Searched refs:ResizeBilinearOp (Results 1 – 6 of 6) sorted by relevance
34 class ResizeBilinearOp : public XlaOpKernel {36 explicit ResizeBilinearOp(OpKernelConstruction* ctx);
605 ResizeBilinearOp::ResizeBilinearOp(OpKernelConstruction* ctx) in ResizeBilinearOp() function in tensorflow::ResizeBilinearOp615 void ResizeBilinearOp::Compile(XlaOpKernelContext* ctx) { in Compile()620 ResizeBilinearOp);
44 class ResizeBilinearOp : public OpKernel { class46 explicit ResizeBilinearOp(OpKernelConstruction* context) : OpKernel(context) { in ResizeBilinearOp() function in tensorflow::ResizeBilinearOp350 ResizeBilinearOp<CPUDevice, T>);375 ResizeBilinearOp<GPUDevice, T>);
212 TypeID::get<TF::ResizeBilinearOp>(), in IsOpAllowedTf2XlaFallback()
1661 auto tf_resize_op = cast<TF::ResizeBilinearOp>(op); in matchAndRewrite()
2273 auto tfl_resize_op = cast<TFL::ResizeBilinearOp>(op); in matchAndRewrite()