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

Function IsPrimitiveRefPath

tensorflow/core/util/mkl_util.h:2135–2138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2133}
2134
2135inline bool IsPrimitiveRefPath(dnnl::primitive_desc_base& base_desc) {
2136 string impl_info = string(base_desc.impl_info_str());
2137 return string::npos != impl_info.find("ref");
2138}
2139
2140} // namespace tensorflow
2141

Callers 1

ComputeMethod · 0.85

Calls 1

findMethod · 0.45

Tested by

no test coverage detected