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

Function IsKvOps

serving/processor/framework/graph_optimizer.cc:755–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753}
754
755bool IsKvOps(const Node* node) {
756 return node->op_def().name() == "KvResourceGather" ||
757 node->op_def().name() == "KvVarHandleOp" ||
758 node->op_def().name() == "KvResourceImportV2";
759}
760
761Status GetInputNodesInfo(std::vector<SrcInfo>* input_info,
762 const Node* node) {

Callers 1

GetInputNodesInfoFunction · 0.85

Calls 2

nameMethod · 0.65
op_defMethod · 0.45

Tested by

no test coverage detected