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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
mul.h 21 namespace tflite { namespace
129 } // namespace tflite
  /external/tensorflow/tensorflow/lite/kernels/internal/
resize_bilinear_test.cc 25 namespace tflite { namespace
51 tflite::ResizeBilinearParams op_params;
142 } // namespace tflite
spectrogram.h 40 namespace tflite { namespace
108 } // namespace tflite
tensor.h 24 namespace tflite { namespace
112 } // namespace tflite
test_util.cc 20 namespace tflite { namespace
112 } // namespace tflite
  /external/tensorflow/tensorflow/lite/kernels/
kernel_util.h 24 namespace tflite { namespace
151 } // namespace tflite
local_response_norm.cc 23 namespace tflite { namespace
68 tflite::LocalResponseNormalizationParams op_params; \
114 } // namespace tflite
pack.cc 22 namespace tflite { namespace
87 tflite::PackParams op_params;
141 } // namespace tflite
reshape_test.cc 21 namespace tflite { namespace
233 } // namespace tflite
236 ::tflite::LogToStderr();
softmax_test.cc 15 // Unit test for TFLite SOFTMAX op.
29 namespace tflite { namespace
98 tflite::reference_ops::Softmax(params, input_shape, input_buffer, input_shape,
127 tflite::reference_ops::Softmax(params, input_shape, input_buffer, input_shape,
138 } // namespace tflite
141 ::tflite::LogToStderr();
squeeze.cc 23 namespace tflite { namespace
98 } // namespace tflite
topk_v2_test.cc 23 namespace tflite { namespace
165 } // namespace tflite
168 ::tflite::LogToStderr();
transpose_conv_test.cc 23 namespace tflite { namespace
260 } // namespace tflite
263 ::tflite::LogToStderr();
transpose_test.cc 23 namespace tflite { namespace
368 } // namespace tflite
371 ::tflite::LogToStderr();
where.cc 22 namespace tflite { namespace
105 } // namespace tflite
  /external/tensorflow/tensorflow/lite/
model.h 15 // Deserialization infrastructure for tflite. Provides functionality
16 // to go from a serialized tflite model in flatbuffer format to an
19 // using namespace tflite;
21 // auto model = FlatBufferModel::BuildFromFile("interesting_model.tflite",
33 // ops, or some custom operators you defined to extend tflite.
45 namespace tflite { namespace
58 // An RAII object that represents a read-only tflite model, copied from disk,
76 // contents. By default, we always check with tflite::VerifyModelBuffer. If
78 // extra_verifier after the check against tflite::VerifyModelBuilder.
101 // buffer. By default, we always check with tflite::VerifyModelBuffer. I
    [all...]
simple_memory_arena.cc 33 namespace tflite { namespace
151 } // namespace tflite
simple_memory_arena.h 22 namespace tflite { namespace
87 } // namespace tflite
string_util.cc 23 namespace tflite { namespace
143 } // namespace tflite
string_util_test.cc 22 namespace tflite { namespace
158 } // namespace tflite
161 ::tflite::LogToStderr();
  /external/tensorflow/tensorflow/lite/models/smartreply/
predictor.cc 26 void RegisterSelectedOps(::tflite::MutableOpResolver* resolver);
28 namespace tflite { namespace
44 // Predict with TfLite model.
46 ::tflite::Interpreter* interpreter,
50 tflite::DynamicBuffer buf;
62 auto response_text = tflite::GetString(messages, i);
72 const ::tflite::FlatBufferModel& model, const SmartReplyConfig& config,
75 std::unique_ptr<::tflite::Interpreter> interpreter;
76 ::tflite::MutableOpResolver resolver;
78 ::tflite::InterpreterBuilder(model, resolver)(&interpreter)
    [all...]
  /external/tensorflow/tensorflow/lite/testing/kernel_test/
input_generator.cc 26 namespace tflite { namespace
93 ::tflite::ops::builtin::BuiltinOpResolver builtin_ops;
208 } // namespace tflite
util.h 26 namespace tflite { namespace
120 } // namespace tflite
  /external/tensorflow/tensorflow/lite/testing/
message_test.cc 22 namespace tflite { namespace
121 } // namespace tflite
  /external/tensorflow/tensorflow/lite/toco/tflite/
types.cc 15 #include "tensorflow/lite/toco/tflite/types.h"
20 namespace tflite { namespace in namespace:toco
27 ::tflite::DynamicBuffer dyn_buffer;
59 void CopyStringFromBuffer(const ::tflite::Buffer& buffer, Array* array) {
63 int32_t num_strings = ::tflite::GetStringCount(src_data);
65 ::tflite::StringRef str_ref = ::tflite::GetString(src_data, i);
72 void CopyBuffer(const ::tflite::Buffer& buffer, Array* array) {
87 ::tflite::TensorType DataType::Serialize(ArrayDataType array_data_type) {
90 return ::tflite::TensorType_FLOAT32
    [all...]

Completed in 1076 milliseconds

<<11121314151617181920>>