Home
last modified time | relevance | path

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

12345678

/external/pytorch/test/dynamo/
Dtest_python_autograd.py28 class Variable: class
43 def __mul__(self, rhs: "Variable") -> "Variable":
47 def __add__(self, rhs: "Variable") -> "Variable":
75 def grad(L, desired_results: List[Variable]) -> List[Variable]:
116 def operator_mul(self: Variable, rhs: Variable) -> Variable:
130 def propagate(dL_doutputs: List[Variable]):
147 def operator_add(self: Variable, rhs: Variable) -> Variable:
153 def propagate(dL_doutputs: List[Variable]):
167 def operator_sum(self: Variable, name: Optional[str]) -> "Variable":
171 def propagate(dL_doutputs: List[Variable]):
[all …]
/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/federated-compute/fcp/artifact_building/
Dfederated_compute_plan_builder.py195 secagg_intermediate_update_vars: list[tf.Variable],
307 variables: list[tf.Variable],
308 tensors: list[tf.Variable],
729 Callable[[tff.StructType, tff.StructType, bool], list[tf.Variable]]
1482 Callable[[tff.StructType, tff.StructType, bool], list[tf.Variable]]
Dcheckpoint_utils.py39 Callable[[tff.StructType, tff.StructType, bool], list[tf.Variable]]
223 var_list: Union[Iterable[tf.Variable], Mapping[str, tf.Variable]],
Dproto_helpers.py100 def make_metric(v: tf.Variable, stat_name_prefix: str) -> plan_pb2.Metric:
/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/pytorch/tools/autograd/templates/
DVariableType.h25 using Variable = at::Tensor; variable
/external/flatbuffers/src/
Dbfbs_namer.h44 virtual std::string Variable(const ::reflection::Field &f) const { in Variable() function
/external/pytorch/torch/autograd/
Dvariable.py14 class Variable(torch._C._LegacyVariableBase, metaclass=VariableMeta): # type: ignore[misc] class
/external/skia/src/sksl/transform/
DSkSLTransform.h26 class Variable; variable
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dast.ml11 | Variable of string Constructor
/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/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/framework/randomshaders/
DrsgVariable.cpp31 Variable::Variable(const VariableType &type, Storage storage, const char *name) in Variable() function in rsg::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/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/Chapter6/
Dast.ml11 | Variable of string Constructor

12345678