Home
last modified time | relevance | path

Searched defs:SizeOp (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dshape_op.cc201 class SizeOp : public XlaOpKernel { class
203 explicit SizeOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {} in SizeOp() function in tensorflow::__anonab5c7f0c0111::SizeOp
/external/tensorflow/tensorflow/core/kernels/
Dshape_ops.h117 explicit SizeOp(OpKernelConstruction* ctx) : OpKernel(ctx) {} in SizeOp() function
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp2186 unsigned SizeOp, in isFortifiedCallFoldable()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc1109 TEST_F(GraphPropertiesTest, SizeOp) { in TEST_F() argument
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp3216 Optional<unsigned> SizeOp, in isFortifiedCallFoldable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp3241 Optional<unsigned> SizeOp, in isFortifiedCallFoldable()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp1702 clang::Expr *SizeOp = TheCall->getArg(2); in CheckBuiltinFunctionCall() local