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

Function Op

tensorflow/compiler/jit/node_matchers.cc:440–444  ·  view source on GitHub ↗

Matches a node with op `op`.

Source from the content-addressed store, hash-verified

438
439// Matches a node with op `op`.
440impl::NodeMatcherProperties Op(string op) {
441 impl::NodeMatcherProperties props;
442 props.set_op(std::move(op));
443 return props;
444}
445
446// Matches a node with assigned device `assigned_device`.
447impl::NodeMatcherProperties AssignedDevice(string assigned_device) {

Callers 5

TESTFunction · 0.70
TESTFunction · 0.70
TESTFunction · 0.70
TEST_FFunction · 0.70
TEST_FFunction · 0.50

Calls 1

set_opMethod · 0.80

Tested by 5

TESTFunction · 0.56
TESTFunction · 0.56
TESTFunction · 0.56
TEST_FFunction · 0.56
TEST_FFunction · 0.40