Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape.cc51 *add_tuple_shapes() = Shape(element_shape); in Shape()
70 *proto.add_tuple_shapes() = shape.ToProto(); in ToProto()
Dshape.h115 Shape* add_tuple_shapes() { in add_tuple_shapes() function
Dshape_util.cc265 *tuple_shape->add_tuple_shapes() = shape; in AppendShapeToTuple()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dwhile_op.cc161 *(body_output_shape.add_tuple_shapes()) = in VerifyBodyInputAndOutputShapeMatch()
167 *(body_output_shape.add_tuple_shapes()) = in VerifyBodyInputAndOutputShapeMatch()
/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_util.cc105 *new_while_shape.add_tuple_shapes() = instruction->shape(); in MakeInstructionsLiveIn()
Dwhile_loop_simplifier.cc858 *new_while_shape.add_tuple_shapes() = in TryMergeInductionVariables()