Searched defs:DequantizeOp (Results 1 – 3 of 3) sorted by relevance
34 public class DequantizeOp extends NormalizeOp implements TensorOperator { class36 public DequantizeOp(float zeroPoint, float scale) { in DequantizeOp() method in DequantizeOp
40 class DequantizeOp : public XlaOpKernel { class42 explicit DequantizeOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in DequantizeOp() function in tensorflow::__anon4fe1ab730111::DequantizeOp
52 class DequantizeOp : public OpKernel { class54 explicit DequantizeOp(OpKernelConstruction* ctx) : OpKernel(ctx) { in DequantizeOp() function in tensorflow::DequantizeOp