Home
last modified time | relevance | path

Searched defs:new_operands (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc115 const Shape& shape, absl::Span<HloInstruction* const> new_operands, in CloneWithNewOperandsImpl()
136 const Shape& shape, absl::Span<HloInstruction* const> new_operands, in CloneWithNewOperandsImpl()
157 const Shape& shape, absl::Span<HloInstruction* const> new_operands, in CloneWithNewOperandsImpl()
198 const Shape& shape, absl::Span<HloInstruction* const> new_operands, in CloneWithNewOperandsImpl()
234 const Shape& shape, absl::Span<HloInstruction* const> new_operands, in CloneWithNewOperandsImpl()
318 const Shape& shape, absl::Span<HloInstruction* const> new_operands, in CloneWithNewOperandsImpl()
356 const Shape& shape, absl::Span<HloInstruction* const> new_operands, in CloneWithNewOperandsImpl()
411 const Shape& shape, absl::Span<HloInstruction* const> new_operands, in CloneWithNewOperandsImpl()
428 const Shape& shape, absl::Span<HloInstruction* const> new_operands, in CloneWithNewOperandsImpl()
448 const Shape& shape, absl::Span<HloInstruction* const> new_operands, in CloneWithNewOperandsImpl()
[all …]
Dstable_sort_expander.cc98 std::vector<HloInstruction*> new_operands(sort->operands().begin(), in ExpandInstruction() local
167 std::vector<HloInstruction*> new_operands; in ExpandInstruction() local
Ddefuser.cc70 std::vector<HloInstruction*> new_operands; in Defuse() local
Dcall_inliner.cc45 std::vector<HloInstruction*> new_operands; in DefaultAction() local
Dhlo_element_type_converter.cc172 std::vector<HloInstruction*> new_operands; in Run() local
Dwhile_loop_invariant_code_motion.cc70 InlinedVector<HloInstruction*, 4> new_operands; in CreateLoopInvariantCopy() local
Dhlo_instruction.h1669 const Shape& shape, absl::Span<HloInstruction* const> new_operands, in CloneWithNewOperandsImpl()
Dalgebraic_simplifier.cc724 std::vector<HloInstruction*> new_operands; in HandleConcatenate() local
2422 std::vector<HloInstruction*> new_operands; in TryToSinkBroadcastAfterOpWithUniqueNonScalarOperand() local
3717 std::vector<HloInstruction*> new_operands; in HandleMap() local
Dhlo_computation.cc1004 std::vector<HloInstruction*> new_operands; in CloneWithReplacements() local
Dhlo_instruction.cc1334 const Shape& shape, absl::Span<HloInstruction* const> new_operands, in CloneWithNewOperands()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcombine_access_chains.cpp122 std::vector<Operand>* new_operands) { in CombineIndices()
171 std::vector<Operand>* new_operands) { in CreateNewInputOperands()
247 std::vector<Operand> new_operands; in CombineAccessChain() local
Dlocal_access_chain_convert_pass.cpp86 Instruction::OperandList new_operands; in ReplaceAccessChainLoad() local
Dinstruction.h517 inline void Instruction::SetInOperands(OperandList&& new_operands) { in SetInOperands()
Dinstruction.cpp141 void Instruction::ReplaceOperands(const OperandList& new_operands) { in ReplaceOperands()
Dfolding_rules.cpp2076 std::vector<Operand> new_operands; in VectorShuffleFeedingShuffle() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcombine_access_chains.cpp122 std::vector<Operand>* new_operands) { in CombineIndices()
171 std::vector<Operand>* new_operands) { in CreateNewInputOperands()
247 std::vector<Operand> new_operands; in CombineAccessChain() local
Dlocal_access_chain_convert_pass.cpp86 Instruction::OperandList new_operands; in ReplaceAccessChainLoad() local
Dinstruction.h517 inline void Instruction::SetInOperands(OperandList&& new_operands) { in SetInOperands()
Dinstruction.cpp141 void Instruction::ReplaceOperands(const OperandList& new_operands) { in ReplaceOperands()
Dfolding_rules.cpp2076 std::vector<Operand> new_operands; in VectorShuffleFeedingShuffle() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dvariadic_op_splitter.cc43 std::vector<HloInstruction*> new_operands; in SplitConcatenate() local
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_extractor.cc70 std::vector<HloInstruction*> new_operands; in DefaultAction() local
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc441 std::vector<Predicate*> new_operands; in SimplifyUsingDeMorgan() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1761 std::vector<XlaOp> new_operands(operands.begin(), operands.end()); in Map() local