Home
last modified time | relevance | path

Searched refs:input_template (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dconcatenation_test.cc32 BaseConcatenationOpModel(const TensorData& input_template, int axis, in BaseConcatenationOpModel() argument
36 all_input_shapes.push_back(input_template.shape); in BaseConcatenationOpModel()
37 AddInput(input_template); in BaseConcatenationOpModel()
39 output_ = AddOutput({input_template.type, /*shape=*/{}, input_template.min, in BaseConcatenationOpModel()
40 input_template.max}); in BaseConcatenationOpModel()
64 QuantizedConcatenationOpModel(const std::vector<TensorData>& input_template, in QuantizedConcatenationOpModel() argument
68 CHECK_EQ(input_template.size(), num_inputs); in QuantizedConcatenationOpModel()
70 all_input_shapes.push_back(input_template[i].shape); in QuantizedConcatenationOpModel()
71 AddInput(input_template[i]); in QuantizedConcatenationOpModel()
Dpack_test.cc30 PackOpModel(const TensorData& input_template, int axis, int values_count) { in PackOpModel() argument
33 all_input_shapes.push_back(input_template.shape); in PackOpModel()
34 AddInput(input_template); in PackOpModel()
36 output_ = AddOutput({input_template.type, /*shape=*/{}, input_template.min, in PackOpModel()
37 input_template.max}); in PackOpModel()
/external/tensorflow/tensorflow/lite/experimental/micro/tools/make/
Dgenerate_keil_project_test.sh26 --input_template=${INPUT_TEMPLATE} \
Dgenerate_keil_project.py33 with open(flags.input_template, 'r') as input_template_file:
Dhelper_functions.inc78 --input_template=$$< --output_file=$$@ --executable=$(3) \
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc907 BaseConcatenationOpModel(const TensorData& input_template, int axis, in BaseConcatenationOpModel() argument
911 all_input_shapes.push_back(input_template.shape); in BaseConcatenationOpModel()
912 AddInput(input_template); in BaseConcatenationOpModel()
914 output_ = AddOutput({input_template.type, /*shape=*/{}, input_template.min, in BaseConcatenationOpModel()
915 input_template.max}); in BaseConcatenationOpModel()
962 QuantizedConcatenationOpModel(const std::vector<TensorData>& input_template, in QuantizedConcatenationOpModel() argument
966 CHECK_EQ(input_template.size(), num_inputs); in QuantizedConcatenationOpModel()
968 all_input_shapes.push_back(input_template[i].shape); in QuantizedConcatenationOpModel()
969 AddInput(input_template[i]); in QuantizedConcatenationOpModel()