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

  /external/tensorflow/tensorflow/compiler/xla/
shape.cc 51 *add_tuple_shapes() = Shape(element_shape);
70 *proto.add_tuple_shapes() = shape.ToProto();
shape.h 115 Shape* add_tuple_shapes() { function in class:xla::Shape
shape_util.cc 265 *tuple_shape->add_tuple_shapes() = shape;
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
while_op.cc 161 *(body_output_shape.add_tuple_shapes()) =
167 *(body_output_shape.add_tuple_shapes()) =
  /external/tensorflow/tensorflow/compiler/xla/service/
while_util.cc 105 *new_while_shape.add_tuple_shapes() = instruction->shape();
while_loop_simplifier.cc     [all...]

Completed in 589 milliseconds