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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/lite/kernels/
space_to_batch_nd_test.cc 22 namespace tflite { namespace
336 } // namespace tflite
339 ::tflite::LogToStderr();
space_to_depth.cc 23 namespace tflite { namespace
84 tflite::SpaceToDepthParams op_params; \
157 } // namespace tflite
split.cc 25 namespace tflite { namespace
120 tflite::SplitParams op_params; \
174 } // namespace tflite
split_v.cc 24 namespace tflite { namespace
166 tflite::SplitParams op_params; \
205 } // namespace tflite
squared_difference.cc 24 namespace tflite { namespace
129 } // namespace tflite
transpose.cc 24 namespace tflite { namespace
158 } // namespace tflite
unique.cc 24 namespace tflite { namespace
164 } // namespace tflite
unpack.cc 22 namespace tflite { namespace
93 tflite::UnpackParams op_params;
135 } // namespace tflite
  /external/tensorflow/tensorflow/lite/models/smartreply/ops/
extract_feature.cc 32 namespace tflite { namespace
41 bool Equals(const string& x, const tflite::StringRef& strref) {
52 bool IsValidNgram(const tflite::StringRef& strref) {
67 // TFLite non-string output should have size greater than 0.
80 int num_strings = tflite::GetStringCount(input);
87 auto strref = tflite::GetString(input, i);
118 } // namespace tflite
predict_test.cc 25 namespace tflite { namespace
177 } // namespace tflite
180 ::tflite::LogToStderr();
  /external/tensorflow/tensorflow/lite/models/smartreply/
predictor_test.cc 29 namespace tflite { namespace
37 return "external/tflite_smartreply/smartreply.tflite"; // NOLINT
63 model_ = tflite::FlatBufferModel::BuildFromFile(GetModelFilePath().c_str());
67 std::unique_ptr<::tflite::FlatBufferModel> model_;
157 } // namespace tflite
160 ::tflite::LogToStderr();
  /external/tensorflow/tensorflow/lite/models/
speech_test.cc 15 // Unit test for speech models (Hotword, SpeakerId) using TFLite Ops.
28 namespace tflite { namespace
108 "speech_hotword_model_rank1.tflite", "speech_hotword_model_in.csv",
120 "speech_hotword_model_rank2.tflite", "speech_hotword_model_in.csv",
132 "speech_speakerid_model.tflite", "speech_speakerid_model_in.csv",
145 ConvertCsvData("speech_asr_am_model.tflite", "speech_asr_am_model_in.csv",
158 "speech_asr_am_model_int8.tflite", "speech_asr_am_model_in.csv",
184 "speech_endpointer_model.tflite", "speech_endpointer_model_in.csv",
196 ASSERT_TRUE(ConvertCsvData("speech_tts_model.tflite",
218 } // namespace tflite
    [all...]
  /external/tensorflow/tensorflow/lite/profiling/
profile_summarizer_test.cc 29 namespace tflite { namespace
38 const TfLiteTensor* input1 = tflite::GetInput(context, node, /*index=*/0);
39 const TfLiteTensor* input2 = tflite::GetInput(context, node, /*index=*/1);
56 SimpleOpEval, nullptr, tflite::BuiltinOperator_CUSTOM,
67 tflite::BuiltinOperator_CUSTOM,
77 tflite::Interpreter* GetInterpreter() { return interpreter_.get(); }
152 } // namespace tflite
155 ::tflite::LogToStderr();
profiler.h 24 namespace tflite { namespace
30 // TFLite is used on platforms that don't have posix threads, so the profiler is
152 } // namespace tflite
157 tflite::profiling::ScopedOperatorProfile VARNAME_UNIQ( \
163 namespace tflite {
175 } // namespace tflite
  /external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
generated_examples_zip_test.cc 29 namespace tflite { namespace
71 tflite::testing::TfLiteDriver test_driver(FLAGS_use_nnapi);
74 bool result = tflite::testing::ParseAndRunTests(&tflite_stream, &test_driver);
99 } // namespace tflite
102 ::tflite::LogToStderr();
test_runner.h 27 namespace tflite { namespace
132 } // namespace tflite
  /external/tensorflow/tensorflow/lite/testing/
test_runner.h 24 namespace tflite { namespace
129 } // namespace tflite
tf_driver.cc 26 namespace tflite { namespace
259 } // namespace tflite
  /external/tensorflow/tensorflow/lite/tools/benchmark/
benchmark_params.h 25 namespace tflite { namespace
100 } // namespace tflite
benchmark_tflite_model.h 27 namespace tflite { namespace
60 // Benchmarks a TFLite model by running tflite interpreter.
91 std::unique_ptr<tflite::FlatBufferModel> model;
92 std::unique_ptr<tflite::Interpreter> interpreter;
107 } // namespace tflite
command_line_flags.cc 21 namespace tflite { namespace
199 } // namespace tflite
command_line_flags_test.cc 21 namespace tflite { namespace
170 } // namespace tflite
173 ::tflite::LogToStderr();
  /external/tensorflow/tensorflow/lite/tools/evaluation/
evaluation_stage.h 30 namespace tflite { namespace
115 // Refer docs in tflite.evaluation.EvaluationStageConfig for more information.
238 } // namespace tflite
  /external/tensorflow/tensorflow/lite/tools/optimize/calibration/
calibrator_test.cc 30 namespace tflite { namespace
195 } // namespace tflite
201 "Path to test tflite model file."),
  /external/tensorflow/tensorflow/lite/tools/optimize/
quantize_model_test.cc 35 namespace tflite { namespace
60 tflite::ModelT model_;
135 } // namespace tflite
141 "Path to test tflite model file."),

Completed in 1250 milliseconds

<<11121314151617181920>>