Searched refs:tensor_to_written_tensor_ (Results 1 – 2 of 2) sorted by relevance
122 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()
121 std::vector<int> tensor_to_written_tensor_; variable