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.py209 if constants.INIT_OP_SIGNATURE_KEY in signature_def_map:
212 "use a different key.".format(constants.INIT_OP_SIGNATURE_KEY))
280 constants.INIT_OP_SIGNATURE_KEY)
358 constants.INIT_OP_SIGNATURE_KEY)
Dconstants.py132 INIT_OP_SIGNATURE_KEY = "__saved_model_init_op" variable
Dloader_impl.py210 meta_graph_def, constants.INIT_OP_SIGNATURE_KEY, import_scope) or
Dsave.py686 meta_graph_def.signature_def[constants.INIT_OP_SIGNATURE_KEY].CopyFrom(
688 constants.INIT_OP_SIGNATURE_KEY))
Dsaved_model_test.py645 constants.INIT_OP_SIGNATURE_KEY)