Searched refs:binaryOp (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/examples/
H A DLabelImage.java167 return binaryOp("Div", x, y);
171 return binaryOp("Sub", x, y);
224 private <T> Output<T> binaryOp(String type, Output<T> in1, Output<T> in2) { method in class:LabelImage.GraphBuilder
/external/python/cpython2/Lib/compiler/
H A Dpycodegen.py1177 def binaryOp(self, node, op): member in class:CodeGenerator
1183 return self.binaryOp(node, 'BINARY_ADD')
1186 return self.binaryOp(node, 'BINARY_SUBTRACT')
1189 return self.binaryOp(node, 'BINARY_MULTIPLY')
1192 return self.binaryOp(node, self._div_op)
1195 return self.binaryOp(node, 'BINARY_FLOOR_DIVIDE')
1198 return self.binaryOp(node, 'BINARY_MODULO')
1201 return self.binaryOp(node, 'BINARY_POWER')
1204 return self.binaryOp(node, 'BINARY_LSHIFT')
1207 return self.binaryOp(nod
[all...]
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 124 milliseconds