HomeSort by relevance Sort by last modified time
    Searched defs:OperandLayoutConstraint (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
layout_assignment.h 90 class OperandLayoutConstraint : public LayoutConstraint {
92 OperandLayoutConstraint(const ShapeLayout& shape_layout,
159 const OperandLayoutConstraint* GetOperandLayoutConstraint(
208 std::map<OperandConstraintKey, OperandLayoutConstraint> operand_constraints_;
302 const OperandLayoutConstraint& layout_constraint,
layout_assignment.cc 152 OperandLayoutConstraint::OperandLayoutConstraint(
167 string OperandLayoutConstraint::ToString() const {
169 "OperandLayoutConstraint %s, operand %lld: %s",
275 const OperandLayoutConstraint* curr_shape_layout =
307 key, OperandLayoutConstraint(ShapeLayout(shape_with_layout),
312 OperandLayoutConstraint(ShapeLayout(shape_with_layout), instruction,
414 const OperandLayoutConstraint* LayoutConstraints::GetOperandLayoutConstraint(
    [all...]

Completed in 158 milliseconds