Searched defs:binaryOp (Results 1 – 6 of 6) sorted by relevance
120 __host__ __device__ void binaryOp() { in binaryOp() function
226 private <T> Output<T> binaryOp(String type, Output<T> in1, Output<T> in2) { in binaryOp() method in LabelImage.GraphBuilder
137 BinaryPointwiseOpBuilder binaryOp, StructuredIndexed I1, in linalg_generic_pointwise()
776 ConstantRange ConstantRange::binaryOp(Instruction::BinaryOps BinOp, in binaryOp() function in ConstantRange
792 ConstantRange ConstantRange::binaryOp(Instruction::BinaryOps BinOp, in binaryOp() function in ConstantRange
1177 def binaryOp(self, node, op): member in CodeGenerator