Home
last modified time | relevance | path

Searched refs:tensor_allocator (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/
Dmain.cc53 tflite::SimpleTensorAllocator tensor_allocator(tensor_arena, in main() local
57 tflite::MicroInterpreter interpreter(model, resolver, &tensor_allocator, in main()
Dmicro_speech_test.cc50 tflite::SimpleTensorAllocator tensor_allocator(tensor_arena, in TF_LITE_MICRO_TEST() local
54 tflite::MicroInterpreter interpreter(model, resolver, &tensor_allocator, in TF_LITE_MICRO_TEST()
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/
Dpushbutton_test.cc78 tflite::SimpleTensorAllocator tensor_allocator(tensor_arena, in TF_LITE_MICRO_TEST() local
82 tflite::MicroInterpreter interpreter(model, resolver, &tensor_allocator, in TF_LITE_MICRO_TEST()
/external/tensorflow/tensorflow/core/kernels/
Di_remote_fused_graph_executor.h62 TensorAllocatorFunc tensor_allocator) = 0;
Dremote_fused_graph_execute_op_test.cc207 TensorAllocatorFunc tensor_allocator) final { in ReadOutputNode() argument
211 Tensor* output_tensor = tensor_allocator(output_shape); in ReadOutputNode()
/external/tensorflow/tensorflow/lite/experimental/micro/
Dmicro_interpreter.h37 SimpleTensorAllocator* tensor_allocator,
Dmicro_interpreter.cc63 SimpleTensorAllocator* tensor_allocator, in MicroInterpreter() argument
67 tensor_allocator_(tensor_allocator), in MicroInterpreter()
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_control_wrapper.h50 TensorAllocatorFunc tensor_allocator) final;
Dhexagon_control_wrapper.cc355 const string& node_name, TensorAllocatorFunc tensor_allocator) { in ReadOutputNode() argument
372 Tensor* output_tensor = tensor_allocator(output_shape); in ReadOutputNode()