Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/writer/
Dwriter_lib.cc122 tensor_to_written_tensor_.resize(interpreter_->tensors_size(), -1); in ExportTensors()
143 tensor_to_written_tensor_[tensor_index] = curr_output_index++; in ExportTensors()
150 if (tensor_to_written_tensor_[tensor_index] == -1) continue; in ExportTensors()
227 if (tensor_to_written_tensor_[x] != -1) { in RemapTensorIndicesToWritten()
228 output.push_back(tensor_to_written_tensor_[x]); in RemapTensorIndicesToWritten()
Dwriter_lib.h121 std::vector<int> tensor_to_written_tensor_; variable