Searched refs:expandDims (Results 1 – 2 of 2) sorted by relevance
97 b.expandDims( in constructAndExecuteGraphToNormalizeImage()180 <T> Output<T> expandDims(Output<T> input, Output<Integer> dim) { in expandDims() method in LabelImage.GraphBuilder
355 func @expandDims(%arg0: tensor<2x2xf32>, %arg1: tensor<i32>) -> tensor<1x2x2xf32> {359 // CHECK-LABEL:expandDims