Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/saved_model/
Dbuilder_impl.py205 if constants.INIT_OP_SIGNATURE_KEY in signature_def_map:
208 "use a different key.".format(constants.INIT_OP_SIGNATURE_KEY))
276 constants.INIT_OP_SIGNATURE_KEY)
354 constants.INIT_OP_SIGNATURE_KEY)
Dconstants.py113 INIT_OP_SIGNATURE_KEY = "__saved_model_init_op" variable
Dsave.py516 meta_graph_def.signature_def[constants.INIT_OP_SIGNATURE_KEY].CopyFrom(
518 init_op, constants.INIT_OP_SIGNATURE_KEY))
Dloader_impl.py179 meta_graph_def, constants.INIT_OP_SIGNATURE_KEY, import_scope) or
Dsaved_model_test.py612 constants.INIT_OP_SIGNATURE_KEY)