Home
last modified time | relevance | path

Searched refs:RemapTensorIndicesToWritten (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/writer/
Dwriter_lib.cc105 RemapTensorIndicesToWritten(TfLiteIntArrayView(node.inputs)); in ExportOperators()
107 RemapTensorIndicesToWritten(TfLiteIntArrayView(node.outputs)); in ExportOperators()
217 std::vector<int> InterpreterWriter::RemapTensorIndicesToWritten( in RemapTensorIndicesToWritten() function in tflite::InterpreterWriter
243 RemapTensorIndicesToWritten(interpreter_->inputs()); in GetBuffer()
245 RemapTensorIndicesToWritten(interpreter_->outputs()); in GetBuffer()
Dwriter_lib.h86 std::vector<int> RemapTensorIndicesToWritten(const T& input);