Searched defs:SizeOp (Results 1 – 7 of 7) sorted by relevance
201 class SizeOp : public XlaOpKernel { class203 explicit SizeOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {} in SizeOp() function in tensorflow::__anonab5c7f0c0111::SizeOp
117 explicit SizeOp(OpKernelConstruction* ctx) : OpKernel(ctx) {} in SizeOp() function
2186 unsigned SizeOp, in isFortifiedCallFoldable()
1109 TEST_F(GraphPropertiesTest, SizeOp) { in TEST_F() argument
3216 Optional<unsigned> SizeOp, in isFortifiedCallFoldable()
3241 Optional<unsigned> SizeOp, in isFortifiedCallFoldable()
1702 clang::Expr *SizeOp = TheCall->getArg(2); in CheckBuiltinFunctionCall() local