HomeSort by relevance Sort by last modified time
    Searched defs:tflite (Results 476 - 500 of 555) sorted by null

<<11121314151617181920>>

  /external/tensorflow/tensorflow/lite/core/
subgraph.h 27 namespace tflite { namespace
490 // The error reporter delegate that tflite will forward queries errors to.
549 } // namespace tflite
  /external/tensorflow/tensorflow/lite/examples/label_image/
label_image.cc 45 namespace tflite { namespace
96 std::unique_ptr<tflite::FlatBufferModel> model;
97 std::unique_ptr<tflite::Interpreter> interpreter;
98 model = tflite::FlatBufferModel::BuildFromFile(s->model_name.c_str());
107 tflite::ops::builtin::BuiltinOpResolver resolver;
109 tflite::InterpreterBuilder(*model, resolver)(&interpreter);
196 LOG(FATAL) << "Failed to invoke tflite!\n";
264 << "--tflite_model, -m: model_name.tflite\n"
358 } // namespace tflite
361 return tflite::label_image::Main(argc, argv)
    [all...]
  /external/tensorflow/tensorflow/lite/experimental/kernels/
ctc_beam_search.h 35 namespace tflite { namespace
430 } // namespace tflite
ctc_beam_search_decoder.cc 24 namespace tflite { namespace
193 ::tflite::experimental::ctc::CTCBeamSearchDecoder<>::DefaultBeamScorer
195 ::tflite::experimental::ctc::CTCBeamSearchDecoder<> beam_search(
247 } // namespace tflite
  /external/tensorflow/tensorflow/lite/experimental/micro/kernels/
depthwise_conv.cc 27 namespace tflite { namespace
102 tflite::DepthwiseParams op_params;
115 tflite::reference_ops::DepthwiseConv(
130 tflite::DepthwiseParams op_params;
149 tflite::reference_ops::DepthwiseConv(
208 } // namespace tflite
  /external/tensorflow/tensorflow/lite/experimental/micro/
micro_interpreter.cc 20 namespace tflite { namespace
310 } // namespace tflite
micro_interpreter_test.cc 20 namespace tflite { namespace
159 } // namespace tflite
164 const tflite::Model* model = tflite::BuildMockModel();
166 tflite::MockOpResolver mock_resolver;
169 tflite::SimpleTensorAllocator simple_tensor_allocator(allocator_buffer,
171 tflite::MicroInterpreter interpreter(
  /external/tensorflow/tensorflow/lite/experimental/writer/
option_writer_generator.cc 22 namespace tflite { namespace
25 // cat third_party/tensorflow/lite/c/builtin_op_data.h | grep "^} TfLite" |
26 // sed 's/^} \(TfLite.*\)Params;/\1Params/g' | grep -v "^}" | sed
136 auto d = tflite::BuiltinOptionsTypeTable();
197 auto d = tflite::BuiltinOptionsTypeTable();
219 std::string params_guess = std::string("TfLite") + option_name;
410 } // namespace tflite
413 tflite::OpOptionData option;
419 tflite::GenerateImport(&option, fp);
writer_lib.cc 26 namespace tflite { namespace
261 ::tflite::FinishModelBuffer(builder, model);
292 } // namespace tflite
  /external/tensorflow/tensorflow/lite/kernels/
add.cc 25 namespace tflite { namespace
183 tflite::ArithmeticParams op_params; \
229 tflite::ArithmeticParams op_params;
276 tflite::ArithmeticParams op_params; \
353 } // namespace tflite
basic_rnn.cc 25 namespace tflite { namespace
262 } // namespace tflite
depthwise_conv.cc 35 namespace tflite { namespace
172 TF_LITE_ENSURE_STATUS(tflite::PopulateConvolutionQuantizationParams(
363 } // namespace tflite
mirror_pad.cc 29 namespace tflite { namespace
274 } // namespace tflite
optional_tensor_test.cc 15 // Unit test for TFLite LSTM op.
28 namespace tflite { namespace
187 auto model = tflite::UnPackModel(builder_.GetBufferPointer());
312 } // namespace tflite
315 ::tflite::LogToStderr();
pooling.cc 32 namespace tflite { namespace
130 tflite::PoolParams op_params; \
160 tflite::PoolParams op_params; \
187 tflite::PoolParams op_params;
209 tflite::PoolParams op_params; \
237 tflite::PoolParams op_params; \
266 tflite::PoolParams op_params; \
290 tflite::PoolParams op_params; \
444 } // namespace tflite
reduce.cc 31 namespace tflite { namespace
259 tflite::MeanParams* op_params) {
289 tflite::MeanParams op_params;
318 tflite::MeanParams op_params;
345 tflite::MeanParams op_params;
615 } // namespace tflite
strided_slice.cc 25 namespace tflite { namespace
207 auto op_params = ::tflite::strided_slice::BuildStridedSliceParams(
269 } // namespace tflite
sub.cc 26 namespace tflite { namespace
122 tflite::QuantizeMultiplierSmallerThanOneExp(real_input1_multiplier,
125 tflite::QuantizeMultiplierSmallerThanOneExp(real_input2_multiplier,
129 tflite::QuantizeMultiplierSmallerThanOneExp(real_output_multiplier,
233 tflite::ArithmeticParams op_params; \
277 tflite::ArithmeticParams op_params;
398 } // namespace tflite
subgraph_test_util.cc 25 namespace tflite { namespace
86 ::tflite::ops::builtin::Register_ADD(), &node_index);
116 ::tflite::ops::builtin::Register_MUL(), &node_index);
145 ::tflite::ops::builtin::Register_PAD(), &node_index);
183 ::tflite::ops::custom::Register_IF(), &node_index);
214 ::tflite::ops::builtin::Register_LESS_EQUAL(), &node_index);
252 ::tflite::ops::builtin::Register_ADD(),
257 ::tflite::ops::builtin::Register_ADD(),
303 ::tflite::ops::builtin::Register_ADD(), &node_index);
308 ::tflite::ops::builtin::Register_PAD(), &node_index)
    [all...]
svdf.cc 33 namespace tflite { namespace
396 // or Prepare. However, TFLite doesn't allocate float_weights_time until
437 } // namespace tflite
svdf_test.cc 15 // Unit test for TFLite SVDF op.
27 namespace tflite { namespace
128 // Derived class of SingleOpModel, which is used to test SVDF TFLite op.
459 } // namespace tflite
462 ::tflite::LogToStderr();
  /external/tensorflow/tensorflow/lite/kernels/internal/
depthwiseconv_quantized_test.cc 37 namespace tflite { namespace
302 tflite::DepthwiseParams op_params;
    [all...]
quantization_util.cc 24 namespace tflite { namespace
297 tflite::QuantizeMultiplierSmallerThanOneExp(real_reverse_scaling_divisor,
378 } // namespace tflite
  /external/tensorflow/tensorflow/lite/kernels/internal/reference/
depthwiseconv_uint8.h 25 namespace tflite { namespace
193 } // end namespace tflite
portable_tensor_utils.cc 29 namespace tflite { namespace
350 } // namespace tflite

Completed in 1649 milliseconds

<<11121314151617181920>>