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

Function Name

tensorflow/compiler/jit/node_matchers.cc:433–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433impl::NodeMatcherProperties Name(string name) {
434 impl::NodeMatcherProperties props;
435 props.set_name(std::move(name));
436 return props;
437}
438
439// Matches a node with op `op`.
440impl::NodeMatcherProperties Op(string op) {

Callers 15

TESTFunction · 0.70
TESTFunction · 0.70
TESTFunction · 0.70
xrt_execute_op.ccFile · 0.50
xrt_compile_ops.ccFile · 0.50
xrt_state_ops.ccFile · 0.50
cholesky_op.ccFile · 0.50
tile_ops.ccFile · 0.50

Calls 1

set_nameMethod · 0.45

Tested by 3

TESTFunction · 0.56
TESTFunction · 0.56
TESTFunction · 0.56