Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction.h51 struct Operand { struct
52 Operand(spv_operand_type_t t, std::vector<uint32_t>&& w) in Operand() argument
55 Operand(spv_operand_type_t t, const std::vector<uint32_t>& w) in Operand() function
72 using iterator = std::vector<Operand>::iterator; argument
/third_party/ffmpeg/tools/python/
Dconvert_from_tensorflow.py27 class Operand(object): class
/third_party/jinja2/
Dnodes.py828 class Operand(Helper): class
/third_party/node/tools/inspector_protocol/jinja2/
Dnodes.py785 class Operand(Helper): class
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DPluralRules.java411 public static enum Operand { enum in PluralRules