Home
last modified time | relevance | path

Searched refs:binaryOp3 (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/examples/
DLabelImage.java177 return binaryOp3("ResizeBilinear", images, size); in resizeBilinear()
181 return binaryOp3("ExpandDims", input, dim); in expandDims()
230 private <T, U, V> Output<T> binaryOp3(String type, Output<U> in1, Output<V> in2) { in binaryOp3() method in LabelImage.GraphBuilder