Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/saved_model/
Dsignature_constants.py35 ).export_constant(__name__, "DEFAULT_SERVING_SIGNATURE_DEF_KEY")
47 ]).export_constant(__name__, "CLASSIFY_INPUTS")
56 ]).export_constant(__name__, "CLASSIFY_METHOD_NAME")
65 ]).export_constant(__name__, "CLASSIFY_OUTPUT_CLASSES")
74 ]).export_constant(__name__, "CLASSIFY_OUTPUT_SCORES")
86 ]).export_constant(__name__, "PREDICT_INPUTS")
95 ]).export_constant(__name__, "PREDICT_METHOD_NAME")
104 ]).export_constant(__name__, "PREDICT_OUTPUTS")
116 ]).export_constant(__name__, "REGRESS_INPUTS")
125 ]).export_constant(__name__, "REGRESS_METHOD_NAME")
[all …]
Dconstants.py30 ]).export_constant(__name__, "ASSETS_DIRECTORY")
40 "saved_model.constants.ASSETS_KEY"]).export_constant(
49 ]).export_constant(__name__, "LEGACY_INIT_OP_KEY")
55 "saved_model.constants.MAIN_OP_KEY"]).export_constant(
69 ]).export_constant(__name__, "SAVED_MODEL_SCHEMA_VERSION")
78 ]).export_constant(__name__, "SAVED_MODEL_FILENAME_PB")
87 ]).export_constant(__name__, "SAVED_MODEL_FILENAME_PBTXT")
100 ]).export_constant(__name__, "VARIABLES_DIRECTORY")
109 ]).export_constant(__name__, "VARIABLES_FILENAME")
Dtag_constants.py30 "saved_model.tag_constants.SERVING"]).export_constant(
38 "saved_model.tag_constants.TRAINING"]).export_constant(
48 "saved_model.tag_constants.GPU"]).export_constant(
55 "saved_model.tag_constants.TPU"]).export_constant(
/external/tensorflow/tensorflow/python/framework/
Dversions.py35 v1=["version.VERSION", "VERSION", "__version__"]).export_constant(
42 "__git_version__"]).export_constant(__name__, "GIT_VERSION")
48 "__compiler_version__"]).export_constant(__name__, "COMPILER_VERSION")
55 "__cxx11_abi_flag__"]).export_constant(__name__, "CXX11_ABI_FLAG")
62 ]).export_constant(__name__, "MONOLITHIC_BUILD")
67 v1=["version.GRAPH_DEF_VERSION", "GRAPH_DEF_VERSION"]).export_constant(
76 ]).export_constant(__name__, "GRAPH_DEF_VERSION_MIN_CONSUMER")
84 ]).export_constant(__name__, "GRAPH_DEF_VERSION_MIN_PRODUCER")
Derrors_impl.py163 tf_export("errors.OK").export_constant(__name__, "OK")
165 tf_export("errors.CANCELLED").export_constant(__name__, "CANCELLED")
167 tf_export("errors.UNKNOWN").export_constant(__name__, "UNKNOWN")
169 tf_export("errors.INVALID_ARGUMENT").export_constant(__name__,
172 tf_export("errors.DEADLINE_EXCEEDED").export_constant(__name__,
175 tf_export("errors.NOT_FOUND").export_constant(__name__, "NOT_FOUND")
177 tf_export("errors.ALREADY_EXISTS").export_constant(__name__, "ALREADY_EXISTS")
179 tf_export("errors.PERMISSION_DENIED").export_constant(__name__,
182 tf_export("errors.UNAUTHENTICATED").export_constant(__name__, "UNAUTHENTICATED")
184 tf_export("errors.RESOURCE_EXHAUSTED").export_constant(__name__,
[all …]
Ddtypes.py323 tf_export("dtypes.resource", "resource").export_constant(__name__, "resource")
325 tf_export("dtypes.variant", "variant").export_constant(__name__, "variant")
327 tf_export("dtypes.float16", "float16").export_constant(__name__, "float16")
329 tf_export("dtypes.half", "half").export_constant(__name__, "half")
331 tf_export("dtypes.float32", "float32").export_constant(__name__, "float32")
333 tf_export("dtypes.float64", "float64").export_constant(__name__, "float64")
335 tf_export("dtypes.double", "double").export_constant(__name__, "double")
337 tf_export("dtypes.int32", "int32").export_constant(__name__, "int32")
339 tf_export("dtypes.uint8", "uint8").export_constant(__name__, "uint8")
341 tf_export("dtypes.uint16", "uint16").export_constant(__name__, "uint16")
[all …]
/external/tensorflow/tensorflow/lite/python/
Dlite_constants.py36 _tf_export(v1=["lite.constants.FLOAT"]).export_constant(__name__, "FLOAT")
37 _tf_export(v1=["lite.constants.INT32"]).export_constant(__name__, "INT32")
38 _tf_export(v1=["lite.constants.INT64"]).export_constant(__name__, "INT64")
39 _tf_export(v1=["lite.constants.STRING"]).export_constant(__name__, "STRING")
40 _tf_export(v1=["lite.constants.QUANTIZED_UINT8"]).export_constant(
42 _tf_export("lite.constants.TFLITE").export_constant(__name__, "TFLITE")
43 _tf_export("lite.constants.GRAPHVIZ_DOT").export_constant(
/external/tensorflow/tensorflow/python/util/
Dcompat.py130 tf_export('compat.integral_types').export_constant(__name__, 'integral_types')
132 tf_export('compat.real_types').export_constant(__name__, 'real_types')
134 tf_export('compat.complex_types').export_constant(__name__, 'complex_types')
138 tf_export('compat.bytes_or_text_types').export_constant(__name__,
Dtf_export_test.py127 export_decorator.export_constant('module1', 'test_constant')
146 export_decorator1.export_constant('module1', test_constant1)
147 export_decorator2.export_constant('module2', test_constant2)
148 export_decorator3.export_constant('module2', test_constant3)
Dtf_export.py349 def export_constant(self, module_name, name): member in api_export
/external/tensorflow/tensorflow/python/platform/
Dtf_logging.py322 tf_export(v1=['logging.DEBUG']).export_constant(__name__, 'DEBUG')
323 tf_export(v1=['logging.ERROR']).export_constant(__name__, 'ERROR')
324 tf_export(v1=['logging.FATAL']).export_constant(__name__, 'FATAL')
325 tf_export(v1=['logging.INFO']).export_constant(__name__, 'INFO')
326 tf_export(v1=['logging.WARN']).export_constant(__name__, 'WARN')
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dcardinality.py26 tf_export("data.experimental.INFINITE_CARDINALITY").export_constant(
28 tf_export("data.experimental.UNKNOWN_CARDINALITY").export_constant(
Doptimization.py29 tf_export("data.experimental.AUTOTUNE").export_constant(__name__, "AUTOTUNE")
/external/tensorflow/tensorflow/python/keras/
D__init__.py51 keras_export('keras.__version__').export_constant(__name__, '__version__')
/external/tensorflow/tensorflow/python/tools/api/generator/
Dcreate_python_api_test.py52 tf_export('consts._TEST_CONSTANT').export_constant(
/external/tensorflow/tensorflow/python/ops/distributions/
Ddistribution.py266 tf_export(v1=["distributions.FULLY_REPARAMETERIZED"]).export_constant(
274 tf_export(v1=["distributions.NOT_REPARAMETERIZED"]).export_constant(
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py202 tf_export(v1=["AUTO_REUSE"]).export_constant(__name__, "AUTO_REUSE")
Darray_ops.py51 tf_export("newaxis").export_constant(__name__, "newaxis")