Home
last modified time | relevance | path

Searched refs:tf_export (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/external/tensorflow/tensorflow/python/util/
Dtf_export_test.py26 from tensorflow.python.util import tf_export
77 export_decorator = tf_export.tf_export('nameA', 'nameB')
82 tf_export.get_v1_names(decorated_function))
84 tf_export.get_v2_names(decorated_function))
87 export_decorator1 = tf_export.tf_export('nameA', 'nameB')
88 export_decorator2 = tf_export.tf_export('nameC', 'nameD')
97 export_decorator_a = tf_export.tf_export('TestClassA1')
102 export_decorator_b = tf_export.tf_export('TestClassB1')
106 self.assertEquals(['TestClassA1'], tf_export.get_v1_names(TestClassA))
107 self.assertEquals(['TestClassB1'], tf_export.get_v1_names(TestClassB))
[all …]
Dcompat.py55 from tensorflow.python.util.tf_export import tf_export
117 tf_export('compat.as_bytes', 'compat.as_str')(as_bytes)
118 tf_export('compat.as_text')(as_text)
121 tf_export('compat.as_bytes')(as_bytes)
122 tf_export('compat.as_text', 'compat.as_str')(as_text)
125 @tf_export('compat.as_str_any')
144 @tf_export('compat.path_to_str')
186 tf_export('compat.integral_types').export_constant(__name__, 'integral_types')
188 tf_export('compat.real_types').export_constant(__name__, 'real_types')
190 tf_export('compat.complex_types').export_constant(__name__, 'complex_types')
[all …]
/external/tensorflow/tensorflow/python/framework/
Dconfig.py23 from tensorflow.python.util.tf_export import tf_export
26 @tf_export('config.threading.get_intra_op_parallelism_threads')
40 @tf_export('config.threading.set_intra_op_parallelism_threads')
54 @tf_export('config.threading.get_inter_op_parallelism_threads')
67 @tf_export('config.threading.set_inter_op_parallelism_threads')
80 @tf_export('config.optimizer.get_jit')
94 @tf_export('config.optimizer.set_jit')
108 @tf_export('config.optimizer.get_experimental_options')
124 @tf_export('config.optimizer.set_experimental_options')
166 @tf_export('config.get_soft_device_placement')
[all …]
Derrors_impl.py32 from tensorflow.python.util.tf_export import tf_export
55 @tf_export("errors.OpError", v1=["errors.OpError", "OpError"])
169 tf_export("errors.OK").export_constant(__name__, "OK")
171 tf_export("errors.CANCELLED").export_constant(__name__, "CANCELLED")
173 tf_export("errors.UNKNOWN").export_constant(__name__, "UNKNOWN")
175 tf_export("errors.INVALID_ARGUMENT").export_constant(__name__,
178 tf_export("errors.DEADLINE_EXCEEDED").export_constant(__name__,
181 tf_export("errors.NOT_FOUND").export_constant(__name__, "NOT_FOUND")
183 tf_export("errors.ALREADY_EXISTS").export_constant(__name__, "ALREADY_EXISTS")
185 tf_export("errors.PERMISSION_DENIED").export_constant(__name__,
[all …]
Dversions.py23 from tensorflow.python.util.tf_export import tf_export
32 tf_export(
38 tf_export(
44 tf_export(
51 tf_export(
57 tf_export(
65 tf_export(
71 tf_export(
79 tf_export(
Ddtypes.py30 from tensorflow.python.util.tf_export import tf_export
36 @tf_export("dtypes.DType", "DType")
238 tf_export("dtypes.resource", "resource").export_constant(__name__, "resource")
240 tf_export("dtypes.variant", "variant").export_constant(__name__, "variant")
242 tf_export("dtypes.float16", "float16").export_constant(__name__, "float16")
244 tf_export("dtypes.half", "half").export_constant(__name__, "half")
246 tf_export("dtypes.float32", "float32").export_constant(__name__, "float32")
248 tf_export("dtypes.float64", "float64").export_constant(__name__, "float64")
250 tf_export("dtypes.double", "double").export_constant(__name__, "double")
252 tf_export("dtypes.int32", "int32").export_constant(__name__, "int32")
[all …]
/external/tensorflow/tensorflow/python/saved_model/
Dsignature_constants.py22 from tensorflow.python.util.tf_export import tf_export
29 tf_export(
42 tf_export(
51 tf_export(
60 tf_export(
69 tf_export(
81 tf_export(
90 tf_export(
99 tf_export(
111 tf_export(
[all …]
Dconstants.py22 from tensorflow.python.util.tf_export import tf_export
26 tf_export(
37 tf_export(
45 tf_export(
53 tf_export(
64 tf_export(
73 tf_export(
82 tf_export(
91 tf_export(
101 tf_export(
[all …]
Dtag_constants.py22 from tensorflow.python.util.tf_export import tf_export
27 tf_export(
35 tf_export(
46 tf_export(
53 tf_export(
/external/tensorflow/tensorflow/python/platform/
Dtf_logging.py38 from tensorflow.python.util.tf_export import tf_export
93 @tf_export('get_logger')
146 @tf_export(v1=['logging.log'])
151 @tf_export(v1=['logging.debug'])
156 @tf_export(v1=['logging.error'])
161 @tf_export(v1=['logging.fatal'])
166 @tf_export(v1=['logging.info'])
171 @tf_export(v1=['logging.warn'])
176 @tf_export(v1=['logging.warning'])
199 @tf_export(v1=['logging.TaskLevelStatusMessage'])
[all …]
Dtest.py45 from tensorflow.python.util.tf_export import tf_export
51 tf_export(v1=['test.mock'])(mock)
60 @tf_export('test.main')
67 @tf_export(v1=['test.get_temp_dir'])
79 @tf_export(v1=['test.test_src_dir_path'])
93 @tf_export('test.is_built_with_cuda')
99 @tf_export('test.is_built_with_rocm')
105 @tf_export('test.is_built_with_gpu_support')
111 @tf_export('test.is_built_with_xla')
Dresource_loader.py24 from tensorflow.python.util.tf_export import tf_export
27 @tf_export(v1=['resource_loader.load_resource'])
49 @tf_export(v1=['resource_loader.get_data_files_path'])
60 @tf_export(v1=['resource_loader.get_root_dir_with_all_resources'])
100 @tf_export(v1=['resource_loader.get_path_to_datafile'])
120 @tf_export(v1=['resource_loader.readahead_file_path'])
Dsysconfig.py27 from tensorflow.python.util.tf_export import tf_export
31 @tf_export('sysconfig.get_include')
46 @tf_export('sysconfig.get_lib')
57 @tf_export('sysconfig.get_compile_flags')
70 @tf_export('sysconfig.get_link_flags')
/external/tensorflow/tensorflow/python/
D__init__.py146 from tensorflow.python.util.tf_export import tf_export
189 tf_export(v1=['AttrValue'])(AttrValue)
190 tf_export(v1=['ConfigProto'])(ConfigProto)
191 tf_export(v1=['Event', 'summary.Event'])(Event)
192 tf_export(v1=['GPUOptions'])(GPUOptions)
193 tf_export(v1=['GraphDef'])(GraphDef)
194 tf_export(v1=['GraphOptions'])(GraphOptions)
195 tf_export(v1=['HistogramProto'])(HistogramProto)
196 tf_export(v1=['LogMessage'])(LogMessage)
197 tf_export(v1=['MetaGraphDef'])(MetaGraphDef)
[all …]
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.py30 from tensorflow.python.util.tf_export import tf_export
235 @tf_export(v1=["gfile.Exists"])
252 @tf_export("io.gfile.exists")
273 @tf_export(v1=["gfile.Remove"])
287 @tf_export("io.gfile.remove")
337 @tf_export(v1=["gfile.Glob"])
353 @tf_export("io.gfile.glob")
383 @tf_export(v1=["gfile.MkDir"])
399 @tf_export("io.gfile.mkdir")
415 @tf_export(v1=["gfile.MakeDirs"])
[all …]
/external/tensorflow/tensorflow/python/layers/
Dpooling.py25 from tensorflow.python.util.tf_export import tf_export
28 @tf_export(v1=['layers.AveragePooling1D'])
63 @tf_export(v1=['layers.average_pooling1d'])
98 @tf_export(v1=['layers.MaxPooling1D'])
133 @tf_export(v1=['layers.max_pooling1d'])
168 @tf_export(v1=['layers.AveragePooling2D'])
203 @tf_export(v1=['layers.average_pooling2d'])
241 @tf_export(v1=['layers.MaxPooling2D'])
276 @tf_export(v1=['layers.max_pooling2d'])
314 @tf_export(v1=['layers.AveragePooling3D'])
[all …]
/external/tensorflow/tensorflow/python/ops/
Dstring_ops.py42 from tensorflow.python.util.tf_export import tf_export
48 @tf_export("strings.regex_full_match")
74 @tf_export(
114 @tf_export("strings.format")
321 @tf_export(v1=["strings.reduce_join", "reduce_join"])
347 @tf_export("strings.reduce_join", v1=[])
395 @tf_export(v1=["strings.length"])
424 @tf_export("strings.length", v1=[])
433 @tf_export(v1=["substr"])
441 @tf_export(v1=["strings.substr"])
[all …]
Dmath_ops.py100 from tensorflow.python.util.tf_export import tf_export
108 tf_export(v1=["arg_max"])(arg_max)
109 tf_export(v1=["arg_min"])(arg_min)
127 @tf_export(v1=["math.argmax", "argmax"])
143 @tf_export("math.argmax", "argmax", v1=[])
176 @tf_export(v1=["math.argmin", "argmin"])
192 @tf_export("math.argmin", "argmin", v1=[])
234 @tf_export("math.abs", "abs")
305 @tf_export("math.divide", "divide")
335 @tf_export("math.multiply", "multiply")
[all …]
Dcontrol_flow_v2_toggles.py25 from tensorflow.python.util.tf_export import tf_export
28 @tf_export(v1=["enable_control_flow_v2"])
48 @tf_export(v1=["disable_control_flow_v2"])
61 @tf_export(v1=["control_flow_v2_enabled"])
70 @tf_export(v1=["experimental.output_all_intermediates"])
Dcheck_ops.py38 from tensorflow.python.util.tf_export import tf_export
375 @tf_export(
406 @tf_export('debugging.assert_negative', v1=[])
438 @tf_export(v1=['debugging.assert_negative', 'assert_negative'])
458 @tf_export('debugging.assert_positive', v1=[])
490 @tf_export(v1=['debugging.assert_positive', 'assert_positive'])
509 @tf_export('debugging.assert_non_negative', v1=[])
543 @tf_export(v1=['debugging.assert_non_negative', 'assert_non_negative'])
563 @tf_export('debugging.assert_non_positive', v1=[])
597 @tf_export(v1=['debugging.assert_non_positive', 'assert_non_positive'])
[all …]
Dstate_ops.py37 from tensorflow.python.util.tf_export import tf_export
136 @tf_export(v1=["assign_sub"])
167 @tf_export(v1=["assign_add"])
198 @tf_export(v1=["assign"])
231 @tf_export(v1=["count_up_to"])
255 @tf_export(v1=["scatter_update"])
309 @tf_export(v1=["scatter_nd_update"])
371 @tf_export(v1=["scatter_add"])
423 @tf_export(v1=["scatter_nd_add"])
486 @tf_export(v1=["scatter_sub"])
[all …]
/external/tensorflow/tensorflow/python/training/
Dtraining.py114 from tensorflow.python.util.tf_export import tf_export
134 tf_export("train.BytesList")(BytesList)
135 tf_export("train.ClusterDef")(ClusterDef)
136 tf_export("train.Example")(Example)
137 tf_export("train.Feature")(Feature)
138 tf_export("train.Features")(Features)
139 tf_export("train.FeatureList")(FeatureList)
140 tf_export("train.FeatureLists")(FeatureLists)
141 tf_export("train.FloatList")(FloatList)
142 tf_export("train.Int64List")(Int64List)
[all …]
Dsession_run_hook.py94 from tensorflow.python.util.tf_export import tf_export
97 @tf_export(v1=["train.SessionRunHook"])
189 @tf_export(v1=["train.SessionRunArgs"])
214 @tf_export(v1=["train.SessionRunContext"])
266 @tf_export(v1=["train.SessionRunValues"])
/external/tensorflow/tensorflow/python/profiler/
Dprofiler.py33 from tensorflow.python.util.tf_export import tf_export
52 tf_export(v1=['profiler.GraphNodeProto'])(GraphNodeProto)
53 tf_export(v1=['profiler.MultiGraphNodeProto'])(MultiGraphNodeProto)
54 tf_export(v1=['profiler.AdviceProto'])(AdviceProto)
55 tf_export(v1=['profiler.OpLogProto'])(OpLogProto)
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dcardinality.py21 from tensorflow.python.util.tf_export import tf_export
26 tf_export("data.experimental.INFINITE_CARDINALITY").export_constant(
28 tf_export("data.experimental.UNKNOWN_CARDINALITY").export_constant(
32 @tf_export("data.experimental.cardinality")

12345678910>>...17