Home
last modified time | relevance | path

Searched refs:new_restore_op_name (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dquantize_training.cc266 string new_restore_op_name = in AddRestoreVariableSubgraphs() local
271 strings::StrCat(new_restore_op_name, "/tensor_names"); in AddRestoreVariableSubgraphs()
273 strings::StrCat(new_restore_op_name, "/shape_and_slices"); in AddRestoreVariableSubgraphs()
295 TF_RETURN_IF_ERROR(NodeBuilder(new_restore_op_name, "RestoreV2") in AddRestoreVariableSubgraphs()