Home
last modified time | relevance | path

Searched defs:operand_num (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_padder.cc89 bool ShouldSkipPadOnOperand(const HloInstruction* inst, int64 operand_num, in ShouldSkipPadOnOperand()
116 for (int64 operand_num = 0; operand_num < inst->operand_count(); in Run() local
Dhlo_module.cc425 for (int64 operand_num = 0; in OutlineExpressionFromComputation() local
Dhlo_instruction.cc1517 for (int64 operand_num = 0; operand_num < operand_count(); ++operand_num) { in ~HloInstruction() local
1917 Status HloInstruction::ReplaceOperandWith(int64 operand_num, in ReplaceOperandWith()
1928 int64 operand_num, HloInstruction* new_operand) { in ReplaceOperandWithDifferentShape()
Dhlo_graph_dumper.cc1176 int64 operand_num, bool control_edge = false) { in AddInstructionIncomingEdges()
Dhlo_instructions.cc1415 for (int64 operand_num = 0; operand_num < operand_count(); ++operand_num) { in CloneAndFuseInternal() local
1448 for (int64 operand_num = 0; operand_num < clone->operand_count(); in CloneAndFuseInternal() local
Dalgebraic_simplifier.cc2735 int64 operand_num = 0; in TrySimplifyScalarSlice() local
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dfused_ir_emitter.cc274 for (int64 operand_num = 0; operand_num < consumer->operand_count(); in IsFusedIrEmitterInefficient() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc727 if (auto operand_num = in ProfitableToMakeDotOperandColumnMajor() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1521 int64 operand_num = 0; in CustomCall() local