Searched refs:kParseExampleV2 (Results 1 – 1 of 1) sorted by relevance
41 constexpr char kParseExampleV2[] = "ParseExampleV2"; variable51 : OpKernel(ctx), op_version_(ctx->def().op() == kParseExampleV2 ? 2 : 1) { in ParseExampleOp()