MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / uses

Method uses

tensorflow/python/autograph/core/converter.py:190–192  ·  view source on GitHub ↗
(self, feature)

Source from the content-addressed store, hash-verified

188 return 'ConversionOptions[{}]'
189
190 def uses(self, feature):
191 return (Feature.ALL in self.optional_features or
192 feature in self.optional_features)
193
194 def call_options(self):
195 """Returns the corresponding options to be used for recursive conversion."""

Callers 15

__init__Method · 0.80
_overload_ofMethod · 0.80
visit_CompareMethod · 0.80
visit_CallMethod · 0.80
node_to_graphFunction · 0.80
AllUsersConsumeBF16Method · 0.80
TEST_FFunction · 0.80
TEST_PFunction · 0.80

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.64
TEST_PFunction · 0.64
FindConstrainedUsesFunction · 0.64