Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc1002 int64 operand_num, in operand_bytes_accessed()
1033 void HloCostAnalysis::SetOperandBytesAccessed(int64 operand_num, float value) { in SetOperandBytesAccessed()
1037 void HloCostAnalysis::SetOperandBytesAccessed(int64 operand_num, in SetOperandBytesAccessed()
1052 int64 operand_num, ShapeIndex index) { in GetOperandBytesAccessedKey()
Ddynamic_padder.cc126 bool ShouldSkipPadOnOperand(const HloInstruction* inst, int64 operand_num, in ShouldSkipPadOnOperand()
1023 for (int64 operand_num = 0; operand_num < inst->operand_count(); in Run() local
Dhlo_module.cc481 for (int64 operand_num = 0; in OutlineExpressionFromComputation() local
Dhlo_instruction.cc1639 for (int64 operand_num = 0; operand_num < operand_count(); ++operand_num) { in ~HloInstruction() local
2058 Status HloInstruction::ReplaceOperandWith(int64 operand_num, in ReplaceOperandWith()
2069 int64 operand_num, HloInstruction* new_operand) { in ReplaceOperandWithDifferentShape()
Dhlo_graph_dumper.cc1194 int64 operand_num, bool control_edge = false) { in AddInstructionIncomingEdges()
Dhlo_instructions.cc1539 for (int64 operand_num = 0; operand_num < operand_count(); ++operand_num) { in CloneAndFuseInternal() local
1572 for (int64 operand_num = 0; operand_num < clone->operand_count(); in CloneAndFuseInternal() local
Dalgebraic_simplifier.cc3264 int64 operand_num = 0; in TrySimplifyScalarSlice() local
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dfused_ir_emitter.cc279 for (int64 operand_num = 0; operand_num < consumer->operand_count(); in IsFusedIrEmitterInefficient() local
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_driver.cc640 int operand_num = use.getOperandNumber(); in PreprocessConstantOps() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc777 if (auto operand_num = in ProfitableToMakeDotOperandColumnMajor() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1577 int64 operand_num = 0; in CustomCall() local