Home
last modified time | relevance | path

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

123456

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dvariable.h32 struct Variable { struct
33 using ValueType =
37 std::string name;
38 ValueType value;
/external/tensorflow/tensorflow/dtensor/python/
Dsave_restore.py88 tensors: List[Union[ops.Tensor, tf_variables.Variable]],
136 def enable_save_as_bf16(variables: List[tf_variables.Variable]):
156 name_tensor_dict: Dict[str, Union[ops.Tensor, tf_variables.Variable]],
229 tf_variables.Variable]]):
/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding_for_serving.py176 def _ragged_embedding_lookup_with_reduce(table: tf_variables.Variable,
210 tables: Dict[tpu_embedding_v2_utils.TableConfig, tf_variables.Variable],
324 weight: Optional[sparse_tensor.SparseTensor], table: tf_variables.Variable,
366 weight: Optional[ragged_tensor.RaggedTensor], table: tf_variables.Variable,
Dtpu_embedding_v1.py309 table: tf_variables.Variable,
354 table: tf_variables.Variable,
/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/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/skia/src/sksl/dsl/priv/
DDSLWriter.h17 class Variable; variable
/external/skia/src/sksl/transform/
DSkSLTransform.h25 class Variable; variable
/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/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dast.ml11 | Variable of string Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dast.ml11 | Variable of string Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
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/clang/test/Misc/
Dast-dump-stmt.cpp5 int Variable; variable
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dast.ml11 | Variable of string Constructor
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_annotation_test.cpp194 TEST_P(StructDecorations, Variable) { in TEST_P() argument
325 TEST_P(ArrayDecorations, Variable) { in TEST_P() argument
391 TEST_P(BuiltInDecorations, Variable) { in TEST_P() argument
510 TEST_P(MemoryObjectDecorations, Variable) { in TEST_P() argument
644 TEST_P(VariableDecorations, Variable) { in TEST_P() argument
/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/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/skia/src/sksl/ir/
DSkSLChildCall.h25 class Variable; variable
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dast.ml11 | Variable of string Constructor
/external/flatbuffers/src/
Dnamer.h138 virtual std::string Variable(const std::string &s) const { in Variable() function
143 std::string Variable(const std::string &p, const T &s) const { in Variable() function
146 virtual std::string Variable(const std::string &p, in Variable() function

123456