Home
last modified time | relevance | path

Searched refs:BUILTIN_FUNCTIONS (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.autograph.experimental.-feature.pbtxt17 name: "BUILTIN_FUNCTIONS"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.autograph.experimental.-feature.pbtxt17 name: "BUILTIN_FUNCTIONS"
/external/tensorflow/tensorflow/python/autograph/core/
Dconverter.py117 BUILTIN_FUNCTIONS = 'BUILTIN_FUNCTIONS' variable in Feature
/external/tensorflow/tensorflow/python/autograph/converters/
Dcall_trees.py195 not self.ctx.user.options.uses(converter.Feature.BUILTIN_FUNCTIONS)):