Searched defs:NoOp (Results 1 – 15 of 15) sorted by relevance
25 explicit NoOp(OpKernelConstruction* context) : OpKernel(context) {} in NoOp() function
20 def NoOp(*_, **__): # pylint: disable=unused-argument function
46 TEST_F(LoopOptimizerTest, NoOp) { in TEST_F() argument
49 TEST_F(DependencyOptimizerTest, NoOp) { in TEST_F() argument
52 TEST_F(ArithmeticOptimizerTest, NoOp) { in TEST_F() argument
120 static void NoOp(void* /*closure*/) {} in NoOp() function in __anon20a99c6c0111::CorePerftest256 TEST_F(CorePerftest, NoOp) { in TEST_F() argument
39 void operator()(const SkRecords::NoOp&) { in operator ()()
77 void NoOp() {} in NoOp() function284 TEST_F(DBusObjectTest, NoOp) { in TEST_F() argument
73 template <> void Draw::draw(const NoOp&) {} in draw()
314 Node* NoOp(Graph* g, const std::vector<Node*>& control_inputs) { in NoOp() function
318 Node* NoOp(const GraphDefBuilder::Options& opts) { in NoOp() function
2741 } NoOp; member
18140 func NoOp(scope *Scope) (o *tf.Operation) { func