Home
last modified time | relevance | path

Searched defs:InstructionVector (Results 1 – 3 of 3) 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/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1072 using InstructionVector = absl::InlinedVector<HloInstruction*, 2>; variable