Searched defs:ArgOp (Results 1 – 6 of 6) sorted by relevance
45 class ArgOp : public OpKernel { class47 explicit ArgOp(OpKernelConstruction* context) : OpKernel(context) {} in ArgOp() function in tensorflow::ArgOp
43 ArgOp::ArgOp(OpKernelConstruction* ctx) : OpKernel(ctx) { in ArgOp() function in tensorflow::ArgOp
467 Node* ArgOp(int index, DataType type, const GraphDefBuilder::Options& opts) { in ArgOp() function
2482 const Value *ArgOp = ICS.getArgOperand(i); in updateImpl() local4255 Value *ArgOp = ACS.getCallArgOperand(getArgNo()); in updateImpl() local
3281 for (auto &ArgOp : CI->arg_operands()) in getVectorCallCost() local
3264 for (auto &ArgOp : CI->arg_operands()) in getVectorCallCost() local