D | replace_cast_hacks_with_tf_xla_ops.cc | 97 Value filter, Value input_zp, Value conv_output, in CreateXLAConvOp() argument 144 loc, /*output_type=*/conv_output.getType(), in CreateXLAConvOp() 163 Value conv_output, ArrayAttr strides, in CreateXLAConvOpFromTFConv2DOp() argument 177 return CreateXLAConvOp(builder, loc, input, filter, input_zp, conv_output, in CreateXLAConvOpFromTFConv2DOp() 185 Value conv_output, ArrayAttr strides, ArrayAttr dilations, in CreateXLAConvOpFromTFDepthwiseConv2DOp() argument 204 return CreateXLAConvOp(builder, loc, input, new_filter, input_zp, conv_output, in CreateXLAConvOpFromTFDepthwiseConv2DOp()
|