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

Method is_abstract

tensorflow/python/platform/benchmark.py:157–159  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

155
156 @classmethod
157 def is_abstract(cls):
158 # mro: (_BenchmarkRegistrar, Benchmark) means this is Benchmark
159 return len(cls.mro()) <= 2
160
161 def _get_name(self, overwrite_name=None):
162 """Returns full name of class and method calling report_benchmark."""

Callers 1

__new__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected