HomeSort by relevance Sort by last modified time
    Searched refs:ExtendShape (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
resolve_constant_transpose.cc 49 ExtendShape(&extended_input_shape, 4);
51 ExtendShape(&extended_output_shape, 4);
resolve_constant_binary.cc 100 ExtendShape(&input0_shape, dims_count);
101 ExtendShape(&input1_shape, dims_count);
  /external/tensorflow/tensorflow/contrib/lite/toco/
tooling_util.h 98 void ExtendShape(Shape* shape, int new_shape_size);
278 // Extend shuffle is designed to match ExtendShape, which pads the shape with
tooling_util.cc 528 void ExtendShape(Shape* shape, int new_shape_size) {
    [all...]

Completed in 63 milliseconds