Home
last modified time | relevance | path

Searched defs:operand_index (Results 1 – 25 of 131) sorted by relevance

123456

/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_dimension_inference.cc235 int64_t operand_index, HloInstruction* dynamic_size) { in DefaultAction()
247 int64_t operand_index, HloInstruction* dynamic_size) { in HandleGetTupleElement()
259 int64_t operand_index, HloInstruction* dynamic_size) { in HandleTuple()
269 int64_t operand_index, HloInstruction* dynamic_size) { in HandleBroadcast()
322 int64_t operand_index, HloInstruction* dynamic_size) { in HandleCustomCall()
377 int64_t operand_index, HloInstruction* dynamic_size) { in HandleSort()
393 int64_t operand_index, HloInstruction* dynamic_size) { in HandlePad()
447 int64_t operand_index, HloInstruction* dynamic_size) { in HandleReduce()
496 HloInstruction* dynamic_size) { in HandleDot()
577 int64_t operand_index, HloInstruction* dynamic_size) -> Status { in HandleTranspose()
[all …]
Dbfloat16_support.cc82 const HloInstruction& hlo, int64_t operand_index) { in EffectiveOperandPrecisionIsOutputPrecision()
Dbfloat16_normalization.h83 int64_t operand_index) const override { in SupportsBF16Operand()
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_permute_phi_operands_test.cpp117 [&entry](opt::Instruction* inst, uint32_t operand_index) -> bool { in TEST()
130 opt::Instruction* inst, uint32_t operand_index) { in TEST()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Dtransformation_permute_phi_operands_test.cpp117 [&entry](opt::Instruction* inst, uint32_t operand_index) -> bool { in TEST()
130 opt::Instruction* inst, uint32_t operand_index) { in TEST()
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_permute_phi_operands_test.cpp117 [&entry](opt::Instruction* inst, uint32_t operand_index) -> bool { in TEST()
130 opt::Instruction* inst, uint32_t operand_index) { in TEST()
Dtransformation_swap_conditional_branch_operands_test.cpp113 [&entry](opt::Instruction* inst, uint32_t operand_index) -> bool { in TEST()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_arithmetics.cpp52 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
74 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
104 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
138 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
Dvalidate_composites.cpp228 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
269 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
304 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
327 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
Dvalidate_memory_semantics.cpp28 uint32_t operand_index, in ValidateMemorySemantics()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_arithmetics.cpp51 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
73 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
102 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
136 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
Dvalidate_composites.cpp227 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
268 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
303 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
326 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dinstruction_fusion.cc59 HloInstruction* consumer, int64_t operand_index) { in ShouldFuseInexpensiveChecks()
85 int64_t operand_index) { in ShouldFuse()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_arithmetics.cpp53 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
87 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
132 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
183 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
Dvalidate_composites.cpp227 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
268 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
303 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
326 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp291 uint32_t operand_index, Instruction* old_value, in ClampIndicesForAccessChain()
303 &clamp_index](uint32_t operand_index, uint64_t count) -> spv_result_t { in ClampIndicesForAccessChain()
414 Instruction* count_inst) -> spv_result_t { in ClampIndicesForAccessChain()
671 Instruction* access_chain, uint32_t operand_index) { in MakeRuntimeArrayLengthInst()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dgraphics_robust_access_pass.cpp285 uint32_t operand_index, Instruction* old_value, in ClampIndicesForAccessChain()
297 &clamp_index](uint32_t operand_index, uint64_t count) -> spv_result_t { in ClampIndicesForAccessChain()
408 Instruction* count_inst) -> spv_result_t { in ClampIndicesForAccessChain()
665 Instruction* access_chain, uint32_t operand_index) { in MakeRuntimeArrayLengthInst()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp290 uint32_t operand_index, Instruction* old_value, in ClampIndicesForAccessChain()
302 &clamp_index](uint32_t operand_index, uint64_t count) -> spv_result_t { in ClampIndicesForAccessChain()
413 Instruction* count_inst) -> spv_result_t { in ClampIndicesForAccessChain()
670 Instruction* access_chain, uint32_t operand_index) { in MakeRuntimeArrayLengthInst()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dchange_operand_to_undef_reduction_opportunity.h32 uint32_t operand_index) in ChangeOperandToUndefReductionOpportunity()
Dchange_operand_reduction_opportunity.h31 uint32_t operand_index, uint32_t new_id) in ChangeOperandReductionOpportunity()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/
Dchange_operand_to_undef_reduction_opportunity.h32 uint32_t operand_index) in ChangeOperandToUndefReductionOpportunity()
Dchange_operand_reduction_opportunity.h31 uint32_t operand_index, uint32_t new_id) in ChangeOperandReductionOpportunity()
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dchange_operand_to_undef_reduction_opportunity.h32 uint32_t operand_index) in ChangeOperandToUndefReductionOpportunity()
Dchange_operand_reduction_opportunity.h31 uint32_t operand_index, uint32_t new_id) in ChangeOperandReductionOpportunity()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtf_saved_model_freeze_variables.cc148 int operand_index = usage.getOperandNumber(); in PropagateUsage() local
164 int operand_index = usage.getOperandNumber(); in ReplaceVarWithConstant() local
265 int operand_index = use.getOperandNumber(); in UpdateTerminatorArguments() local
408 for (auto operand_index : args_to_erase) { in FreezeVariables() local

123456