Searched refs:tensor_to_value_ (Results 1 – 2 of 2) sorted by relevance
115 return ReadNonConstantTensor(context_, tensor_to_value_, in ReadValueByTensorIdx()215 tensor_to_value_->at(quant_conversion_map_->at(update_tensor_idx)) = in AddUpdate()218 tensor_to_value_->at(update_tensor_idx) = updated_value; in AddUpdate()
51 tensor_to_value_(tensor_to_value), in graph_()143 absl::flat_hash_map<int, Value*>* tensor_to_value_; variable