Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp26 using InstructionVector = std::vector<const spvtools::opt::Instruction*>; typedef
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp26 using InstructionVector = std::vector<const spvtools::opt::Instruction*>; typedef
/external/angle/third_party/spirv-tools/src/source/opt/
Ddecoration_manager.cpp26 using InstructionVector = std::vector<const spvtools::opt::Instruction*>; typedef
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h988 using InstructionVector = absl::InlinedVector<HloInstruction*, 2>; variable