Home
last modified time | relevance | path

Searched defs:num_operands (Results 1 – 25 of 64) sorted by relevance

123

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dapprox_topk.cc43 auto num_operands = operands.size(); in GetOperandTypes() local
73 auto num_operands = op_types.size(); in BuildReductionComputation() local
116 int64_t num_operands = operands.size(); in AggregateToTopKBuilder() local
168 auto num_operands = operands.size(); in ApproxTopK() local
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dir_expression_operation.py40 def __init__(self, source_types, num_operands): argument
51 def __init__(self, dest_type, source_types, num_operands): argument
352 …def __init__(self, name, num_operands, printable_name = None, source_types = None, dest_type = Non… argument
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp338 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionKernel() local
374 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentInfo() local
456 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentBuffer() local
487 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentOffsetBuffer() local
528 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentPushConstant() local
559 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentWorkgroup() local
1087 const uint32_t num_operands = static_cast<uint32_t>(inst->operands().size()); in ValidateExtInst() local
Dvalidate_cfg.cpp157 const auto num_operands = inst->operands().size(); in ValidateBranchConditional() local
205 const auto num_operands = inst->operands().size(); in ValidateSwitch() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_extensions.cpp338 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionKernel() local
374 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentInfo() local
456 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentBuffer() local
487 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentOffsetBuffer() local
528 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentPushConstant() local
559 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentWorkgroup() local
1087 const uint32_t num_operands = static_cast<uint32_t>(inst->operands().size()); in ValidateExtInst() local
H A Dvalidate_cfg.cpp157 const auto num_operands = inst->operands().size(); in ValidateBranchConditional() local
205 const auto num_operands = inst->operands().size(); in ValidateSwitch() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_extensions.cpp338 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionKernel() local
374 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentInfo() local
456 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentBuffer() local
487 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentOffsetBuffer() local
528 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentPushConstant() local
559 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentWorkgroup() local
1087 const uint32_t num_operands = static_cast<uint32_t>(inst->operands().size()); in ValidateExtInst() local
H A Dvalidate_cfg.cpp157 const auto num_operands = inst->operands().size(); in ValidateBranchConditional() local
205 const auto num_operands = inst->operands().size(); in ValidateSwitch() local
H A Dvalidate_composites.cpp213 const uint32_t num_operands = static_cast<uint32_t>(inst->operands().size()); in ValidateCompositeConstruct() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/spirv/
H A Dinvocation.cpp168 const unsigned int num_operands = desc_word >> SpvWordCountShift; in create_binary_from_spirv() local
569 const unsigned int num_operands = desc_word >> SpvWordCountShift; in check_capabilities() local
640 const unsigned int num_operands = desc_word >> SpvWordCountShift; in check_extensions() local
670 const unsigned int num_operands = desc_word >> SpvWordCountShift; in check_memory_model() local
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Ddex_instruction.h703 explicit InstructionOperands(size_t num_operands) : num_operands_(num_operands) {} in InstructionOperands()
718 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands()
734 size_t num_operands) in VarArgsInstructionOperands()
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_instruction.h764 explicit InstructionOperands(size_t num_operands) : num_operands_(num_operands) {} in InstructionOperands()
779 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands()
795 size_t num_operands) in VarArgsInstructionOperands()
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Ddex_instruction.h703 explicit InstructionOperands(size_t num_operands) : num_operands_(num_operands) {} in InstructionOperands()
718 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands()
734 size_t num_operands) in VarArgsInstructionOperands()
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Ddex_instruction.h703 explicit InstructionOperands(size_t num_operands) : num_operands_(num_operands) {} in InstructionOperands()
718 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands()
734 size_t num_operands) in VarArgsInstructionOperands()
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Ddex_instruction.h703 explicit InstructionOperands(size_t num_operands) : num_operands_(num_operands) {} in InstructionOperands()
718 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands()
734 size_t num_operands) in VarArgsInstructionOperands()
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Ddex_instruction.h703 explicit InstructionOperands(size_t num_operands) : num_operands_(num_operands) {} in InstructionOperands()
718 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands()
734 size_t num_operands) in VarArgsInstructionOperands()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Ddex_instruction.h703 explicit InstructionOperands(size_t num_operands) : num_operands_(num_operands) {} in InstructionOperands()
718 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands()
734 size_t num_operands) in VarArgsInstructionOperands()
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Ddex_instruction.h703 explicit InstructionOperands(size_t num_operands) : num_operands_(num_operands) {} in InstructionOperands()
718 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands()
734 size_t num_operands) in VarArgsInstructionOperands()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dtf_saved_model_freeze_variables.cc259 int num_operands = terminator->getNumOperands(); in UpdateTerminatorArguments() local
285 const int num_operands = while_op->getNumOperands(); in GetUpdatedWhileOp() local
H A Dfunctional_control_flow_to_cfg.cc62 int num_operands = fn_type.getNumInputs(); in CallFn() local
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_scheduler_ilp.cpp652 bool swap, aco_opcode* op, unsigned* num_operands, Operand* operands) in get_vopd_opcode_operands()
705 unsigned num_operands = 0; in create_vopd_instruction() local
/aosp_15_r20/system/unwinding/libunwindstack/
H A DDwarfCfa.h63 uint8_t num_operands; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dtypes.h242 unsigned num_operands() const { return operands_.size(); } in num_operands() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/utils/
H A Dshape_inference_utils.cc251 const int num_operands = operands.size(); in InferReturnTypeComponentsForTFOp() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dmhlo_to_lhlo_with_xla.cc239 const HloInstruction* instr, std::optional<int64_t> num_operands, in CreateOperands()
266 std::optional<int64_t> num_operands) { in CreateOpWithoutAttrs()

123