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

Method tensor_ops_enabled

tensorflow/stream_executor/dnn.h:808–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

806 : AlgorithmProto::DEFAULT_MATH);
807 }
808 bool tensor_ops_enabled() const {
809 return proto_.math_type() == AlgorithmProto::TENSOR_OP_MATH;
810 }
811 Index algo_id() const { return proto_.algo_id(); }
812 bool operator==(const AlgorithmDesc& other) const {
813 return algo_id() == other.algo_id() &&

Callers 15

BestCudnnConvAlgorithmFunction · 0.80
launchMethod · 0.80
operator==Method · 0.80
CreateMethod · 0.80
DoConvolveMethod · 0.80
DoFusedConvolveImplMethod · 0.80
GetGpuConvParamsFunction · 0.80
AlgorithmToStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected