Searched refs:tensor_epochs_ (Results 1 – 1 of 1) sorted by relevance
55 tensor_epochs_.clear(); in Partition()56 tensor_epochs_.resize(info_->num_tensors(), kEpochAlwaysReady); in Partition()65 tensor_epochs_[output_tensor_index] = kEpochNotReady; in Partition()83 int output_epoch = tensor_epochs_[output_index]; in Partition()133 tensor_epochs_[input_tensor_index] == kEpochNotReady) { in UpdateNode()154 tensor_epochs_[output_tensor_index] = current_epoch; in UpdateNode()162 int input_epoch = tensor_epochs_[input_tensor_index]; in UpdateNode()208 std::vector<int> tensor_epochs_; member in tflite::__anonac33a0ca0111::PartitionGraphIntoIndependentNodeSubsetsImpl