Home
last modified time | relevance | path

Searched refs:MatchesLayoutInShape (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape_layout.h48 bool MatchesLayoutInShape(const Shape& shape) const;
Dshape_layout.cc49 bool ShapeLayout::MatchesLayoutInShape(const Shape& shape) const { in MatchesLayoutInShape() function in xla::ShapeLayout
/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment.cc209 if (curr_shape_layout->shape_layout().MatchesLayoutInShape( in SetOperandLayout()
269 if (!curr_shape_layout->MatchesLayoutInShape(shape_with_layout)) { in SetResultLayout()
662 TF_RET_CHECK(computation_layout.parameter_layout(i).MatchesLayoutInShape( in CheckCallLayout()
666 computation_layout.result_layout().MatchesLayoutInShape(call->shape())); in CheckCallLayout()
696 condition_computation_layout.parameter_layout(0).MatchesLayoutInShape( in CheckWhileLayout()
698 TF_RET_CHECK(body_computation_layout.parameter_layout(0).MatchesLayoutInShape( in CheckWhileLayout()
701 body_computation_layout.result_layout().MatchesLayoutInShape(init_shape)); in CheckWhileLayout()
715 branch_computation_layouts[j].result_layout().MatchesLayoutInShape( in CheckConditionalLayout()
718 branch_computation_layouts[j].result_layout().MatchesLayoutInShape( in CheckConditionalLayout()
721 branch_computation_layouts[j].parameter_layout(0).MatchesLayoutInShape( in CheckConditionalLayout()
[all …]
/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.cc67 if (!computation_layout.parameter_layout(i).MatchesLayoutInShape( in ValidateExecutionOptions()