Home
last modified time | relevance | path

Searched refs:WriteToTensor (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/
Dstring_util_test.cc60 buf0.WriteToTensor(t0, new_shape); in TEST()
141 buf.WriteToTensor(t0, nullptr); in TEST()
151 buf.WriteToTensor(t0, new_shape); in TEST()
Dstring_util.cc102 WriteToTensor(tensor, dims); in WriteToTensorAsVector()
105 void DynamicBuffer::WriteToTensor(TfLiteTensor* tensor, in WriteToTensor() function in tflite::DynamicBuffer
Dstring_util.h81 void WriteToTensor(TfLiteTensor* tensor, TfLiteIntArray* new_shape);
/external/tensorflow/tensorflow/contrib/lite/
Dstring_util.h78 void WriteToTensor(TfLiteTensor* tensor);
/external/tensorflow/tensorflow/lite/delegates/flex/
Ddelegate.cc103 dynamic_buffer.WriteToTensor(output, /*new_shape=*/nullptr); in CopyFromBufferHandle()
Dtest_util.cc34 dynamic_buffer.WriteToTensor(interpreter_->tensor(tensor_index), in SetStringValues()
Dbuffer_map_test.cc73 b.WriteToTensor(tensor.get(), ConvertVectorToTfLiteIntArray(shape)); in MakeLiteTensor()
/external/tensorflow/tensorflow/lite/java/src/main/native/
Dtensor_jni.cc291 dst_buffer.WriteToTensor(tensor, /*new_shape=*/nullptr); in WriteMultiDimensionalStringArray()
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_tflite_model.cc347 buffer.WriteToTensor(interpreter->tensor(i), /*new_shape=*/nullptr); in ResetInputsAndOutputs()
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper.cc293 dynamic_buffer.WriteToTensor(tensor, nullptr); in SetTensor()
/external/tensorflow/tensorflow/lite/kernels/
Dtest_util.h263 buf.WriteToTensor(tensor, /*new_shape=*/nullptr); in PopulateStringTensor()