Searched defs:ArgOp (Results 1 – 5 of 5) sorted by relevance
44 class ArgOp : public OpKernel { class46 explicit ArgOp(OpKernelConstruction* context) : OpKernel(context) {} in ArgOp() function in tensorflow::ArgOp
38 ArgOp::ArgOp(OpKernelConstruction* ctx) : OpKernel(ctx) { in ArgOp() function in tensorflow::ArgOp
476 Node* ArgOp(int index, DataType type, const GraphDefBuilder::Options& opts) { in ArgOp() function
3281 for (auto &ArgOp : CI->arg_operands()) in getVectorCallCost() local
3137 for (auto &ArgOp : CI->arg_operands()) in getVectorCallCost() local