Searched refs:value_copy (Results 1 – 2 of 2) sorted by relevance
1010 value_copy = {k: op_cast(k, v) for k, v in values.items()}1011 rt = factory(**value_copy)
919 TensorProto value_copy = output[0].value(); in MaterializeOutputValues() local920 return ReplaceOperationWithConstantTensor(output[0].dtype(), &value_copy, in MaterializeOutputValues()