Home
last modified time | relevance | path

Searched refs:TENSORFLOW_API_NAME (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dtf_export.py53 TENSORFLOW_API_NAME = 'tensorflow' variable
64 TENSORFLOW_API_NAME: _Attributes(
76 TENSORFLOW_API_NAME: _Attributes(
99 symbol, api_name=TENSORFLOW_API_NAME,
169 tensorflow_api_attr_v1 = API_ATTRS_V1[TENSORFLOW_API_NAME].names
195 tensorflow_api_attr = API_ATTRS[TENSORFLOW_API_NAME].names
221 tensorflow_constants_attr_v1 = API_ATTRS_V1[TENSORFLOW_API_NAME].constants
242 tensorflow_constants_attr = API_ATTRS[TENSORFLOW_API_NAME].constants
277 self._api_name = kwargs.get('api_name', TENSORFLOW_API_NAME)
299 if self._api_name == TENSORFLOW_API_NAME:
[all …]
/external/tensorflow/tensorflow/python/tools/api/generator/
Ddoc_srcs.py89 if api_name == tf_export.TENSORFLOW_API_NAME:
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_dispatch.py474 tf_export.API_ATTRS[tf_export.TENSORFLOW_API_NAME].names):