Home
last modified time | relevance | path

Searched refs:ValidateLayoutForShape (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util.cc195 return ValidateLayoutForShape(shape.layout(), shape); in ValidateLayoutInShape()
207 /* static */ Status LayoutUtil::ValidateLayoutForShape(const Layout& layout, in ValidateLayoutForShape() function in xla::LayoutUtil
387 LayoutUtil::ValidateLayoutForShape(src.layout(), *dst)); in CopyLayoutInternal()
Dpacked_literal_reader.cc49 LayoutUtil::ValidateLayoutForShape(*layout, literal_shape)); in Read()
Dlayout_util.h84 static Status ValidateLayoutForShape(const Layout& layout,
Dliteral.cc713 TF_CHECK_OK(LayoutUtil::ValidateLayoutForShape(new_layout, *subshape)); in Relayout()
/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment.cc74 CHECK(LayoutUtil::ValidateLayoutForShape(layout, buffer.shape()).ok()); in BufferLayoutConstraint()
173 LayoutUtil::ValidateLayoutForShape(layout, buffer.shape())); in SetBufferLayout()
1088 LayoutUtil::ValidateLayoutForShape(operand_layout, operand_shape)); in ChooseOperandLayoutFromOutputLayout()
1104 LayoutUtil::ValidateLayoutForShape(operand_layout, operand->shape())); in ChooseOperandLayoutFromOutputLayout()
1149 LayoutUtil::ValidateLayoutForShape(user_layout, output_shape)); in ChooseOutputLayoutFromOperandLayout()
1165 TF_CHECK_OK(LayoutUtil::ValidateLayoutForShape(user_layout, user->shape())); in ChooseOutputLayoutFromOperandLayout()
Dservice.cc1068 TF_RETURN_IF_ERROR(LayoutUtil::ValidateLayoutForShape( in ComputeConstantGraph()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc130 LayoutUtil::ValidateLayoutForShape(shape.layout(), shape)); in MakeShapeWithLayout()