Searched refs:tensor_to_written_tensor_ (Results 1 – 2 of 2) sorted by relevance
161 tensor_to_written_tensor_.resize(subgraph_->tensors_size(), -1); in ExportTensors()182 tensor_to_written_tensor_[tensor_index] = curr_output_index++; in ExportTensors()189 if (tensor_to_written_tensor_[tensor_index] == -1) continue; in ExportTensors()268 if (tensor_to_written_tensor_[x] != -1) { in RemapTensorIndicesToWritten()269 output.push_back(tensor_to_written_tensor_[x]); in RemapTensorIndicesToWritten()
196 std::vector<int> tensor_to_written_tensor_; variable