Home
last modified time | relevance | path

Searched defs:operand_no (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment.cc87 int64_t operand_no, bool mandatory, bool dfs, int64_t priority) in OperandLayoutConstraint()
225 int64_t operand_no, bool mandatory, in SetOperandLayout()
300 const Layout& layout, const HloInstruction* instruction, int64_t operand_no, in SetArrayOperandLayout()
948 int64_t operand_no) { in CopyOperandIfLayoutsDiffer()
1131 int64_t operand_no) { in ChooseOperandLayoutFromOutputLayout()
1198 int64_t operand_no) { in ChooseOutputLayoutFromOperandLayout()
1329 for (int64_t operand_no : in GetArrayUsesOfBuffer() local
1451 for (int64_t operand_no = 0; operand_no < user->operand_count(); in PropagateOperandConstraint() local
1464 for (int64_t operand_no = 0; operand_no < user->operand_count(); in PropagateOperandConstraint() local
1590 for (int64_t operand_no = 0; operand_no < instruction->operand_count(); in PropagateBufferConstraintToOperands() local
[all …]
Dlayout_assignment.h113 const int64 operand_no() const { return operand_no_; } in operand_no() function
Dlayout_assignment_test.cc528 for (int64_t operand_no = 0; operand_no < instruction->operand_count(); in PropagateBufferConstraint() local
Dhlo_dataflow_analysis.cc1744 int64_t operand_no = user->opcode() == HloOpcode::kTriangularSolve ? 1 : 0; in CanShareOperandBufferWithUser() local
Dhlo_verifier.cc730 int64_t operand_no) { in CheckIsTokenOperand()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_layout_assignment.cc129 for (int64_t operand_no = 0; operand_no < instruction->operand_count(); in AddBackendConstraints() local