Home
last modified time | relevance | path

Searched defs:Variable (Results 1 – 25 of 129) sorted by relevance

123456

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dvariable.h31 struct Variable { struct
32 using ValueType =
36 std::string name;
37 ValueType value;
/external/apache-commons-bcel/src/examples/Mini/
DVariable.java26 public class Variable implements EnvEntry { class
34 public Variable(ASTIdent name) { in Variable() method in Variable
38 public Variable(ASTIdent name, boolean reserved) { in Variable() method in Variable
/external/swiftshader/src/Vulkan/Debug/
DVariable.hpp38 struct Variable struct
40 std::string name;
41 std::shared_ptr<Value> value;
44 operator bool() const { return value != nullptr; } in operator bool()
/external/javassist/src/main/javassist/compiler/ast/
DVariable.java24 public class Variable extends Symbol { class
29 public Variable(String sym, Declarator d) { in Variable() method in Variable
/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.h521 std::function<Inst *(Variable *, Variable *)> insertScalarInstruction, in applyToThunkedArgs()
528 applyToThunkedArgs(std::function<Inst *(Variable *, Variable *, Variable *)> in applyToThunkedArgs()
538 std::function<Inst *(Variable *, Variable *, Variable *, Variable *)> in applyToThunkedArgs()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_side_effects.h26 struct Variable : ::mlir::SideEffects::Resource::Base<Variable> { struct
27 StringRef getName() final { return "Variable"; } in getName() argument
/external/deqp-deps/amber/src/vulkan/
Dengine_vulkan_debugger.cc134 struct Variable { struct
135 std::string name;
136 std::string value;
137 Variables children;
141 bool Get(uint32_t* out) const { in Get()
146 bool Get(int64_t* out) const { in Get()
151 bool Get(double* out) const { in Get()
156 bool Get(std::string* out) const { in Get()
161 bool Get(GlobalInvocationId* out) const { in Get()
169 bool Get(WindowSpacePosition* out) const { in Get()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dast.ml11 | Variable of string Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dast.ml11 | Variable of string Constructor
/external/skia/src/sksl/dsl/priv/
DDSLWriter.h22 class Variable; variable
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dast.ml11 | Variable of string Constructor
/external/deqp/framework/randomshaders/
DrsgVariable.cpp31 Variable::Variable (const VariableType& type, Storage storage, const char* name) in Variable() function in rsg::Variable
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_annotation_test.cpp195 TEST_P(StructDecorations, Variable) { in TEST_P() argument
326 TEST_P(ArrayDecorations, Variable) { in TEST_P() argument
392 TEST_P(BuiltInDecorations, Variable) { in TEST_P() argument
511 TEST_P(MemoryObjectDecorations, Variable) { in TEST_P() argument
645 TEST_P(VariableDecorations, Variable) { in TEST_P() argument
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_annotation_test.cpp195 TEST_P(StructDecorations, Variable) { in TEST_P() argument
326 TEST_P(ArrayDecorations, Variable) { in TEST_P() argument
392 TEST_P(BuiltInDecorations, Variable) { in TEST_P() argument
511 TEST_P(MemoryObjectDecorations, Variable) { in TEST_P() argument
645 TEST_P(VariableDecorations, Variable) { in TEST_P() argument
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_annotation_test.cpp195 TEST_P(StructDecorations, Variable) { in TEST_P() argument
326 TEST_P(ArrayDecorations, Variable) { in TEST_P() argument
392 TEST_P(BuiltInDecorations, Variable) { in TEST_P() argument
511 TEST_P(MemoryObjectDecorations, Variable) { in TEST_P() argument
645 TEST_P(VariableDecorations, Variable) { in TEST_P() argument
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DFrame.java204 public static final class Variable { class in Frame
225 public Variable() { in Variable() method in Frame.Variable
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dast.ml11 | Variable of string Constructor
/external/clang/test/Misc/
Dast-dump-stmt.cpp5 int Variable; variable
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dast.ml11 | Variable of string Constructor
/external/skia/src/sksl/
DSkSLAnalysis.h31 class Variable; variable
/external/skia/src/sksl/ir/
DSkSLVariableReference.h16 class Variable; variable
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dast.ml11 | Variable of string Constructor
/external/clang/test/Modules/
Dno-linkage.cpp12 enum { Variable }; // expected-note {{candidate}} enumerator
/external/skia/include/private/
DSkSLIRNode.h31 class Variable; variable
/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding_v2.py1381 variables: Dict[Text, Dict[Text, tf_variables.Variable]],
1426 variables: Dict[Text, Dict[Text, tf_variables.Variable]],
1489 table: tf_variables.Variable,
1738 next_creator: Callable[..., tf_variables.Variable], *args, **kwargs):

123456