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

Function IsSupportedAndEnabled

tensorflow/core/kernels/meta_support.cc:218–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216void SetEnabled(bool enabled) { g_enabled = enabled; }
217
218bool IsSupportedAndEnabled() { return IsSupported() && IsEnabled(); }
219
220void QuantizedGemm(OpKernelContext* tf_context, bool transpose_a,
221 bool transpose_b, const quint8* a_data, const quint8* b_data,

Callers 9

operator()Method · 0.85
ComputeMethod · 0.85
ComputeMethod · 0.85
ComputeMethod · 0.85
ComputeMethod · 0.85
DequantizeTensorMethod · 0.85
ComputeMethod · 0.85
QuantizeTensorMethod · 0.85
ComputeMethod · 0.85

Calls 2

IsEnabledFunction · 0.85
IsSupportedFunction · 0.70

Tested by

no test coverage detected