Home
last modified time | relevance | path

Searched defs:InstructionVector (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dtree_reduction_rewriter.cc128 using InstructionVector = absl::InlinedVector<HloInstruction *, 2>; in RewriteReduction() typedef
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddecoration_manager.cpp29 using InstructionVector = std::vector<const spvtools::opt::Instruction*>; typedef
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Ddecoration_manager.cpp29 using InstructionVector = std::vector<const spvtools::opt::Instruction*>; typedef
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp29 using InstructionVector = std::vector<const spvtools::opt::Instruction*>; typedef
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.h1210 using InstructionVector = absl::InlinedVector<HloInstruction*, 2>; variable