Searched refs:updated_value (Results 1 – 3 of 3) sorted by relevance
188 Value* updated_value = graph_->NewValue(); in AddUpdate() local189 updated_value->tensor = value->tensor; in AddUpdate()190 updated_value->quant_params = value->quant_params; in AddUpdate()191 RETURN_IF_ERROR(graph_->SetProducer(node->id, updated_value->id)); in AddUpdate()203 updated_value; in AddUpdate()205 tensor_to_value_->at(update_tensor_idx) = updated_value; in AddUpdate()
320 xla::XlaOp updated_value = in CompileFunctionalNode() local322 TF_RETURN_IF_ERROR(resource->SetValue(updated_value)); in CompileFunctionalNode()
608 const Clock::duration updated_value = in TEST_F() local610 EXPECT_LE(last_max, updated_value); in TEST_F()611 last_max = updated_value; in TEST_F()