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

Function CheckAttrsExist

tensorflow/core/grappler/utils.cc:542–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540}
541
542Status CheckAttrsExist(const NodeDef& node, absl::Span<const string> keys) {
543 for (const string& key : keys) {
544 TF_RETURN_IF_ERROR(CheckAttrExists(node, key));
545 }
546 return Status::OK();
547}
548
549Status IsKernelRegisteredForNode(
550 absl::string_view node_name, bool has_experimental_debug_info,

Callers 4

TESTFunction · 0.85
SimplifyStridedSliceMethod · 0.85
TrySimplifyMethod · 0.85
GetSliceAxisMethod · 0.85

Calls 1

CheckAttrExistsFunction · 0.85

Tested by 1

TESTFunction · 0.68