MCPcopy Create free account
hub / github.com/alibaba/nann / export_constant

Method export_constant

tensorflow/tensorflow/python/util/tf_export.py:349–380  ·  view source on GitHub ↗

Store export information for constants/string literals. Export information is stored in the module where constants/string literals are defined. e.g. ```python foo = 1 bar = 2 tf_export("consts.foo").export_constant(__name__, 'foo') tf_export("consts.bar").export_con

(self, module_name, name)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

setUpMethod · 0.80
array_ops.pyFile · 0.80
variable_scope.pyFile · 0.80
distribution.pyFile · 0.80
versions.pyFile · 0.80
errors_impl.pyFile · 0.80
dtypes.pyFile · 0.80
dataset_ops.pyFile · 0.80
cardinality.pyFile · 0.80
constants.pyFile · 0.80
tag_constants.pyFile · 0.80

Calls 1

appendMethod · 0.45

Tested by 3

setUpMethod · 0.64