Searched refs:op_kernel_raw (Results 1 – 2 of 2) sorted by relevance
136 OpKernel* op_kernel_raw = nullptr; in Compile() local139 Status s = flib_->CreateKernel(n->properties(), &op_kernel_raw); in Compile()141 std::unique_ptr<OpKernel> op_kernel(op_kernel_raw); in Compile()
437 tensorflow::OpKernel* op_kernel_raw; in LegalizeOp() local438 status = params_.function_library->CreateKernel(props, &op_kernel_raw); in LegalizeOp()444 auto op_kernel = absl::WrapUnique(op_kernel_raw); in LegalizeOp()