Searched refs:tensor_epochs_ (Results 1 – 1 of 1) sorted by relevance
70 tensor_epochs_.clear(); in Partition()71 tensor_epochs_.resize(info_->num_tensors(), kEpochAlwaysReady); in Partition()79 tensor_epochs_[output_tensor_index] = kEpochNotReady; in Partition()97 int output_epoch = tensor_epochs_[output_index]; in Partition()147 tensor_epochs_[input_tensor_index] == kEpochNotReady) { in UpdateNode()166 tensor_epochs_[output_tensor_index] = current_epoch; in UpdateNode()174 int input_epoch = tensor_epochs_[input_tensor_index]; in UpdateNode()216 std::vector<int> tensor_epochs_; member in tflite::__anon4572c5030111::PartitionGraphIntoIndependentNodeSubsetsImpl