Searched refs:RemapTensorIndicesToWritten (Results 1 – 2 of 2) sorted by relevance
144 RemapTensorIndicesToWritten(TfLiteIntArrayView(node.inputs)); in ExportOperators()146 RemapTensorIndicesToWritten(TfLiteIntArrayView(node.outputs)); in ExportOperators()259 std::vector<int> SubgraphWriter::RemapTensorIndicesToWritten(const T& input) { in RemapTensorIndicesToWritten() function in tflite::SubgraphWriter302 std::vector<int> written_inputs = RemapTensorIndicesToWritten(inputs_); in PopulateAndGetOffset()303 std::vector<int> written_outputs = RemapTensorIndicesToWritten(outputs_); in PopulateAndGetOffset()
155 std::vector<int> RemapTensorIndicesToWritten(const T& input);