Home
last modified time | relevance | path

Searched refs:GetInputTensor (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dbenchmark_test.cc135 const TfLiteTensor* GetInputTensor(int index) { in GetInputTensor() function in tflite::benchmark::__anone243b2400211::TestBenchmark
260 auto input_tensor = benchmark.GetInputTensor(0); in TEST()
290 CheckInputTensorValue(benchmark.GetInputTensor(1), file_value_b); in TEST()
291 CheckInputTensorValue(benchmark.GetInputTensor(3), file_value_d); in TEST()
310 CheckInputTensorValue(benchmark.GetInputTensor(0), file_value); in TEST()
337 auto input_tensor = benchmark.GetInputTensor(0); in TEST()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dmodel_builder.cc120 const TfLiteTensor* input0 = reader->GetInputTensor(0); in ParseInputsWithConstTensor()
125 const TfLiteTensor* input1 = reader->GetInputTensor(1); in ParseInputsWithConstTensor()
296 const TfLiteTensor* second_input = reader->GetInputTensor(1); in Parse()
592 const TfLiteTensor* src_tensor = reader->GetInputTensor(0); in Parse()
593 const TfLiteTensor* weights_tensor = reader->GetInputTensor(1); in Parse()
637 const TfLiteTensor* src_tensor = reader->GetInputTensor(0); in ReadAttributes()
645 const TfLiteTensor* weights_tensor = reader->GetInputTensor(1); in ReadAttributes()
671 const TfLiteTensor* src_tensor = reader->GetInputTensor(0); in ResolveGroupedConvolution()
780 const TfLiteTensor* input_tensor = reader->GetInputTensor(0); in Parse()
781 const TfLiteTensor* axis_tensor = reader->GetInputTensor(1); in Parse()
[all …]
H A Dobject_reader.h131 TfLiteTensor* GetInputTensor(int index) const;
H A Dobject_reader.cc224 TfLiteTensor* ObjectReader::GetInputTensor(int index) const { in GetInputTensor() function in tflite::gpu::ObjectReader
H A Dlstm_parser.cc58 reader->GetInputTensor(weights_tensor_id); in GetFullyConnectedNode()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/shim/
H A Dop_kernel.h116 ConstTensorViewOr GetInputTensor(const int idx) const { in GetInputTensor() function
117 return static_cast<const SubType&>(*this).GetInputTensor(idx); in GetInputTensor()
H A Dtf_op_shim.h79 ConstTensorViewOr GetInputTensor(const int idx) const;
H A Dtf_op_shim.cc141 ConstTensorViewOr TfShapeInferenceContext::GetInputTensor(const int idx) const { in GetInputTensor() function in tflite::shim::TfShapeInferenceContext
H A Dtflite_op_shim.h87 ConstTensorViewOr GetInputTensor(const int idx) const;
H A Dtflite_op_shim.cc152 ConstTensorViewOr TfLiteShapeInferenceContext::GetInputTensor( in GetInputTensor() function in tflite::shim::TfLiteShapeInferenceContext
H A DREADME.md169 ConstTensorViewOr GetInputTensor(const int idx) const;
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/shim/test_op/
H A Dsimple_op.h141 const auto input_t_or = ctx->GetInputTensor(kInput0); in ShapeInference()
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dop_def_library_pybind.cc418 py::object GetInputTensor(std::string& input_name, const py::dict& keywords, in GetInputTensor() function
489 py::object input_tensor = GetInputTensor(input_name, keywords, op_def); in ExtractInputsAndAttrs()
/aosp_15_r20/external/armnn/src/armnn/
H A DLoadedNetwork.cpp1392 const armnn::ConstTensor GetInputTensor(const LayerBindingId layerId, const InputTensors& inputTens… in GetInputTensor() function