/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/ |
D | if_test.cc | 109 tflite::MicroMutableOpResolver<3> resolver; in TF_LITE_MICRO_TEST() local 111 resolver.AddIf(); in TF_LITE_MICRO_TEST() 112 resolver.AddAdd(); in TF_LITE_MICRO_TEST() 113 resolver.AddMul(); in TF_LITE_MICRO_TEST() 114 tflite::MicroInterpreter interpreter(model, resolver, arena, kArenaSize, in TF_LITE_MICRO_TEST() 139 tflite::MicroMutableOpResolver<3> resolver; in TF_LITE_MICRO_TEST() local 141 resolver.AddIf(); in TF_LITE_MICRO_TEST() 142 resolver.AddAdd(); in TF_LITE_MICRO_TEST() 143 resolver.AddMul(); in TF_LITE_MICRO_TEST() 144 tflite::MicroInterpreter interpreter(model, resolver, arena, kArenaSize, in TF_LITE_MICRO_TEST()
|
D | detection_postprocess_test.cc | 135 ::tflite::AllOpsResolver resolver; in TestDetectionPostprocess() 137 resolver.FindOp("TFLite_Detection_PostProcess"); in TestDetectionPostprocess()
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/ |
D | micro_mutable_op_resolver_test.cc | 82 tflite::MicroOpResolver* resolver = µ_op_resolver; in TF_LITE_MICRO_TEST() local 88 resolver->FindOp(BuiltinOperator_RELU); in TF_LITE_MICRO_TEST() 91 registration = resolver->FindOp("mock_custom"); in TF_LITE_MICRO_TEST() 97 registration = resolver->FindOp("nonexistent_custom"); in TF_LITE_MICRO_TEST()
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/hello_world/ |
D | main_functions.cc | 63 static tflite::AllOpsResolver resolver; in setup() local 67 model, resolver, tensor_arena, kTensorArenaSize, error_reporter); in setup()
|
D | hello_world_test.cc | 46 tflite::AllOpsResolver resolver; in TF_LITE_MICRO_TEST() local 52 tflite::MicroInterpreter interpreter(model, resolver, tensor_arena, in TF_LITE_MICRO_TEST()
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/micro_speech/apollo3/ |
D | pushbutton_test.cc | 71 tflite::AllOpsResolver resolver; in TF_LITE_MICRO_TEST() local 80 tflite::MicroInterpreter interpreter(model, resolver, &tensor_allocator, in TF_LITE_MICRO_TEST()
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/network_tester/ |
D | network_tester_test.cc | 98 tflite::AllOpsResolver resolver; in TF_LITE_MICRO_TEST() local 101 model, resolver, tensor_arena, TENSOR_ARENA_SIZE, µ_error_reporter); in TF_LITE_MICRO_TEST()
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/arc_mli/ |
D | pooling_slicing_test.cc | 63 ::tflite::AllOpsResolver resolver; in TestAveragePoolingQuantized() 65 resolver.FindOp(tflite::BuiltinOperator_AVERAGE_POOL_2D); in TestAveragePoolingQuantized() 134 ::tflite::AllOpsResolver resolver; in TestMaxPoolQuantized() 136 resolver.FindOp(tflite::BuiltinOperator_MAX_POOL_2D); in TestMaxPoolQuantized()
|
D | fully_connected_slicing_test.cc | 72 ::tflite::AllOpsResolver resolver; in TestFullyConnectedQuantized() 74 resolver.FindOp(tflite::BuiltinOperator_FULLY_CONNECTED, 4); in TestFullyConnectedQuantized()
|
D | depthwise_conv_slicing_test.cc | 58 ::tflite::AllOpsResolver resolver; in ValidateDepthwiseConvGoldens() 60 resolver.FindOp(tflite::BuiltinOperator_DEPTHWISE_CONV_2D); in ValidateDepthwiseConvGoldens()
|
D | conv_slicing_test.cc | 139 ::tflite::AllOpsResolver resolver; in ValidateConvGoldens() 142 resolver.FindOp(tflite::BuiltinOperator_CONV_2D); in ValidateConvGoldens()
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/schema/ |
D | schema_generated.h | 551 …nPack(const void *obj, QuantizationDetails type, const flatbuffers::resolver_function_t *resolver); 678 …*UnPack(const void *obj, SparseIndexVector type, const flatbuffers::resolver_function_t *resolver); 2023 …id *UnPack(const void *obj, BuiltinOptions type, const flatbuffers::resolver_function_t *resolver); 15643 …Pack(const void *obj, QuantizationDetails type, const flatbuffers::resolver_function_t *resolver) { 15647 return ptr->UnPack(resolver); 15720 …UnPack(const void *obj, SparseIndexVector type, const flatbuffers::resolver_function_t *resolver) { 15724 return ptr->UnPack(resolver); 15728 return ptr->UnPack(resolver); 15732 return ptr->UnPack(resolver); 16271 …n::UnPack(const void *obj, BuiltinOptions type, const flatbuffers::resolver_function_t *resolver) { [all …]
|