Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dpooling.cc80 TF_ASSIGN_OR_RETURN(Shape init_shape, b->GetShape(init_value)); in ComputeSums()
81 PrimitiveType accumulation_type = init_shape.element_type(); in ComputeSums()
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py769 init_shape = None
771 init_shape = var_shape
774 init_shape = var_shape
779 init_shape = None
783 init_shape = None
788 shape=init_shape,
/external/tensorflow/tensorflow/python/autograph/operators/
Dcontrol_flow_deprecated_py2.py178 init_shape = init.shape
179 if not _is_subshape(init_shape, shape_invariant):
182 ' the shape invariant {}.'.format(name, init_shape,
Dcontrol_flow.py256 init_shape = init.shape
257 if not _is_subshape(init_shape, shape_invariant):
260 ' the shape invariant {}.'.format(name, init_shape,
/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment.cc711 auto init_shape = while_inst->operand(0)->shape(); in CheckWhileLayout() local
714 init_shape, /*minor_to_major_only=*/true)); in CheckWhileLayout()
716 init_shape, /*minor_to_major_only=*/true)); in CheckWhileLayout()
718 init_shape, /*minor_to_major_only=*/true)); in CheckWhileLayout()
719 TF_RET_CHECK(LayoutsInShapesEqual(init_shape, while_inst->shape())); in CheckWhileLayout()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2250 TF_ASSIGN_OR_RETURN(const Shape* init_shape, GetShapePtr(init)); in While()
2253 body_program_shape, *init_shape)); in While()
2564 TF_ASSIGN_OR_RETURN(const Shape* init_shape, GetShapePtr(init_value)); in ReduceWindowWithGeneralPadding()
2565 init_shapes.push_back(init_shape); in ReduceWindowWithGeneralPadding()
2608 TF_ASSIGN_OR_RETURN(const Shape* init_shape, GetShapePtr(init_value)); in ReduceWindowInternal()
2609 init_shapes.push_back(init_shape); in ReduceWindowInternal()
3081 TF_ASSIGN_OR_RETURN(const Shape* init_shape, GetShapePtr(init_value)); in SelectAndScatterInternal()
3093 *source_shape, *init_shape, scatter_shape)); in SelectAndScatterInternal()