HomeSort by relevance Sort by last modified time
    Searched refs:Variable (Results 76 - 100 of 1001) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/contrib/training/python/training/
device_setter_test.py 45 u = variables.Variable(array_ops.zeros([2, 2]))
46 v = variables.Variable(array_ops.zeros([2, 1]))
47 w = variables.Variable(array_ops.zeros([2, 2]))
48 x = variables.Variable(array_ops.zeros([1, 3]))
80 u = variables.Variable(array_ops.zeros([2, 2]))
81 v = variables.Variable(array_ops.zeros([2, 1]))
82 w = variables.Variable(array_ops.zeros([2, 2]))
83 x = variables.Variable(array_ops.zeros([1, 3]))
101 u = variables.Variable(array_ops.zeros([2, 2]))
102 v = variables.Variable(array_ops.zeros([2, 1])
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
Variable.c 2 The implementation of Extended SAL variable services.
15 #include "Variable.h"
37 // The current Hii implementation accesses this variable a larg # of times on every boot.
39 // only targets a single variable. Probably to get an performance improvement out of
40 // a Cache you would need a cache that improves the search performance for a variable.
104 Reads/Writes variable storage, volatile or non-volatile.
106 This function reads or writes volatile or non-volatile variable stroage.
111 @param[in] Write TRUE - Write variable store.
112 FALSE - Read variable store.
114 @param[in] Volatile TRUE - Variable is volatile.
    [all...]
AuthService.h 33 Process variable with EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS set, and return the index of associated public key.
39 @param[in] Global The context of this Extended SAL Variable Services Class call.
40 @param[in] Variable The variable information which is used to keep track of variable usage.
41 @param[in] Attributes The attribute value of the variable.
46 @retval EFI_WRITE_PROTECTED The variable is write-protected and needs authentication with
48 @retval EFI_SECURITY_VIOLATION The variable is with EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS
51 @retval EFI_SUCCESS The variable is not write-protected, or passed validation successfully.
60 IN VARIABLE_POINTER_TRACK *Variable,
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8664.cpp 144 Variable *rsp =
151 Variable *esp =
153 Variable *r15 =
188 Variable *esp = getPhysicalRegister(Traits::RegisterSet::Reg_esp);
189 Variable *rsp =
202 Variable *r15 =
211 Variable *ebp =
213 Variable *rsp =
233 Variable *esp =
235 Variable *rsp
    [all...]
IcePhiLoweringImpl.h 38 Variable *Dest = Phi->getDest();
41 auto *DestLo = llvm::cast<Variable>(Target->loOperand(Dest));
42 auto *DestHi = llvm::cast<Variable>(Target->hiOperand(Dest));
59 for (Variable *DestElem : DstVec->getContainers()) {
IceTargetLoweringX8632.cpp 157 Variable *esp = getPhysicalRegister(Traits::RegisterSet::Reg_esp);
162 Variable *esp = getPhysicalRegister(Traits::RegisterSet::Reg_esp);
183 Variable *T;
194 Variable *RebasePtrR = legalizeToReg(RebasePtr);
206 Variable *esp = getPhysicalRegister(Traits::RegisterSet::Reg_esp);
214 Variable *ebp = getPhysicalRegister(Traits::RegisterSet::Reg_ebp);
215 Variable *esp = getPhysicalRegister(Traits::RegisterSet::Reg_esp);
223 Variable *esp = getPhysicalRegister(Traits::RegisterSet::Reg_esp);
224 Variable *ebp = getPhysicalRegister(Traits::RegisterSet::Reg_ebp);
233 void TargetX8632::_push_reg(Variable *Reg) { _push(Reg);
    [all...]
IceInstX86Base.h 219 InstX86Base(Cfg *Func, InstKindX86 Kind, SizeT Maxsrcs, Variable *Dest)
263 Variable *Beacon, InstArithmetic::OpKind Op,
273 Variable *getBeacon() const {
274 return llvm::cast<Variable>(this->getSrc(2));
284 InstArithmetic::OpKind Op, Variable *Beacon);
293 static InstX86GetIP *create(Cfg *Func, Variable *Dest) {
304 InstX86GetIP(Cfg *Func, Variable *Dest);
313 /// based on whether a variable's live range spans multiple basic blocks.
482 static InstX86Call *create(Cfg *Func, Variable *Dest, Operand *CallTarget) {
495 InstX86Call(Cfg *Func, Variable *Dest, Operand *CallTarget)
    [all...]
IceTargetLoweringARM32.cpp 395 for (Variable *Var : Vars) {
398 // This is not the variable we are looking for.
409 Variable *Lo = Var64->getLo();
410 Variable *Hi = Var64->getHi();
455 Variable *Dest = Instr->getDest();
546 Variable *Src0_32 = Func->makeVariable(IceType_i32);
564 Variable *Src1_32 = Func->makeVariable(IceType_i32);
601 Variable *Dest = Instr->getDest();
653 Variable *CallDest = Dest;
671 Variable *Src0AsI32 = Func->makeVariable(stackSlotType())
    [all...]
IceTargetLoweringMIPS32.cpp 124 for (Variable *Var : SortedSpilledVariables) {
228 Variable *Dest = Call->getDest();
268 Variable *Dest = Instr->getDest();
279 Variable *T = Func->makeVariable(DestTy);
293 Variable *DestT = Func->makeVariable(DestTy);
308 Variable *T = Func->makeVariable(IceType_v4f32);
320 Variable *DestT = Func->makeVariable(IceType_v4f32);
336 Variable *T = Func->makeVariable(DestTy);
348 Variable *DestT = Func->makeVariable(DestTy);
427 Variable *T = Func->makeVariable(DestTy)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AbsPathChecker.java 29 import org.apache.xpath.operations.Variable;
69 * Visit a variable reference.
72 * @param var The variable reference object.
75 public boolean visitVariableRef(ExpressionOwner owner, Variable var)
  /external/skqp/src/sksl/ir/
SkSLVariable.h 21 * Represents a variable, whether local, global, or a function parameter. This represents the
22 * variable itself (the storage location), which is shared between all VariableReferences which
25 struct Variable : public Symbol {
32 Variable(int offset, Modifiers modifiers, StringFragment name, const Type& type,
56 // Tracks how many sites read from the variable. If this is zero for a non-out variable (or
57 // becomes zero during optimization), the variable is dead and may be eliminated.
59 // Tracks how many sites write to the variable. If this is zero, the variable is dead and may be
  /external/testng/
update-beust.com 10 echo Variable "$U" is not set
  /external/v8/src/ast/
variables.h 18 // after binding and variable allocation.
19 class Variable final : public ZoneObject {
21 Variable(Scope* scope, const AstRawString* name, VariableMode mode,
25 // The source code for an eval() call may refer to a variable that is
84 Variable* local_if_not_shadowed() const {
89 void set_local_if_not_shadowed(Variable* local) {
123 typedef ThreadedList<Variable> List;
129 // If this field is set, this variable references the stored locally bound
130 // variable, but it might be shadowed by variable bindings introduced b
    [all...]
  /system/update_engine/update_manager/
umtest_utils.h 27 #include "update_engine/update_manager/variable.h"
39 // Calls GetValue on |variable| and expects its result to be |expected|.
41 static void ExpectVariableHasValue(const T& expected, Variable<T>* variable) {
42 ASSERT_NE(nullptr, variable);
44 variable->GetValue(DefaultTimeout(), nullptr));
45 ASSERT_NE(nullptr, value.get()) << "Variable: " << variable->GetName();
46 EXPECT_EQ(expected, *value) << "Variable: " << variable->GetName()
    [all...]
  /system/tools/aidl/
ast_java.h 86 struct Variable : public Expression {
91 Variable() = default;
92 Variable(const Type* type, const std::string& name);
93 Variable(const Type* type, const std::string& name, int dimension);
94 virtual ~Variable() = default;
115 Variable* variable = nullptr; member in struct:android::aidl::java::Field
119 Field(int modifiers, Variable* variable);
150 Variable* lvalue
    [all...]
  /external/tensorflow/tensorflow/python/training/
adagrad_da_test.py 38 global_step = variables.Variable(0, dtype=dtypes.int64)
43 var0 = variables.Variable([0.0, 0.0], dtype=dtype)
44 var1 = variables.Variable([0.0, 0.0], dtype=dtype)
105 global_step = variables.Variable(0, dtype=dtypes.int64)
106 var0 = variables.Variable([1.0, 2.0], dtype=dtype)
107 var1 = variables.Variable([4.0, 3.0], dtype=dtype)
137 global_step = variables.Variable(0, dtype=dtypes.int64)
138 var0 = variables.Variable([1.0, 2.0], dtype=dtype)
139 var1 = variables.Variable([4.0, 3.0], dtype=dtype)
169 global_step = variables.Variable(0, dtype=dtypes.int64
    [all...]
session_manager_test.py 42 v = variables.Variable([1.0, 2.0, 3.0], name="v")
52 v = variables.Variable(p, name="v")
63 v = variables.Variable([125], name="v")
81 v = variables.Variable([1.0, 2.0, 3.0], name="v")
99 v = variables.Variable([6.0, 7.0, 8.0], name="v")
136 v = variables.Variable(2, name="v")
164 v = variables.Variable(1, name="v")
188 variables.Variable(1, name="v")
219 v = variables.Variable(1, name="v")
232 v = variables.Variable(2, name="v"
    [all...]
  /external/deqp/framework/randomshaders/
rsgStatement.hpp 74 DeclarationStatement (GeneratorState& state, Variable* variable = DE_NULL);
84 const Variable* m_variable;
140 AssignStatement (const Variable* variable, Expression* value);
141 AssignStatement (GeneratorState& state, const Variable* variable, ConstValueRangeAccess valueRange);
149 const Variable* m_variable;
rsgShader.cpp 58 ShaderInput::ShaderInput (const Variable* variable, ConstValueRangeAccess valueRange)
59 : m_variable (variable)
60 , m_min (variable->getType().getScalarSize())
61 , m_max (variable->getType().getScalarSize())
63 ValueAccess(variable->getType(), &m_min[0]) = valueRange.getMin().value();
64 ValueAccess(variable->getType(), &m_max[0]) = valueRange.getMax().value();
81 void Shader::getOutputs (vector<const Variable*>& outputs) const
84 const vector<Variable*>& globalVars = m_globalScope.getDeclaredVariables();
85 for (vector<Variable*>::const_iterator i = globalVars.begin(); i != globalVars.end(); i++
    [all...]
  /external/tensorflow/tensorflow/contrib/tensor_forest/python/kernel_tests/
scatter_add_ndim_op_test.py 30 input_data = variables.Variable(
43 input_data = variables.Variable([[[1., 2., 3.], [4., 5., 6.]],
56 input_data = variables.Variable(init_val)
67 input_data = variables.Variable(init_val)
78 input_data = variables.Variable([[[1., 2., 3.], [4., 5., 6.]],
  /external/tensorflow/tensorflow/java/src/gen/cc/
java_defs.h 171 // A definition of a Java variable
175 class Variable {
177 static Variable Create(const string& name, const Type& type) {
178 return Variable(name, type, false);
180 static Variable Varargs(const string& name, const Type& type) {
181 return Variable(name, type, true);
187 Variable& description(const string& description) {
197 Variable(const string& name, const Type& type, bool variadic)
226 const std::vector<Variable>& arguments() const { return arguments_; }
227 Method& add_arguments(const std::vector<Variable>& args)
    [all...]
  /external/tensorflow/tensorflow/contrib/bayesflow/python/kernel_tests/
sgld_optimizer_test.py 34 var0 = variables.Variable([1.1, 2.1], dtype=dtype)
35 var1 = variables.Variable([3.0, 4.0], dtype=dtype)
62 var0 = variables.Variable([1.1, 2.1], dtype=dtype)
63 var1 = variables.Variable([3.0, 4.0], dtype=dtype)
66 vara = variables.Variable([1.1, 2.1], dtype=dtype)
67 varb = variables.Variable([3.0, 4.0], dtype=dtype)
112 var0 = variables.Variable([1.1, 2.1], dtype=dtype)
113 var1 = variables.Variable([3.0, 4.0], dtype=dtype)
143 vars_ = [variables.Variable([v], dtype=dtype) for v in values]
152 global_step = variables.Variable(0, trainable=False
    [all...]
  /build/blueprint/parser/
parser_test.go 426 Value: &Variable{
434 OrigValue: &Variable{
457 &Variable{
465 &Variable{
468 Value: &Variable{
487 &Variable{
495 &Variable{
498 Value: &Variable{
518 &Variable{
529 &Variable{
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
BootMode.c 108 EFI_PEI_READ_ONLY_VARIABLE2_PPI *Variable;
119 (void **)&Variable
129 Status = Variable->GetVariable (
130 Variable,
154 EFI_PEI_READ_ONLY_VARIABLE2_PPI *Variable;
197 (void **)&Variable
202 // Use normal setup default from NVRAM variable,
206 Status = Variable->GetVariable (
207 Variable,
215 //The setup variable is corrupted
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Frame.java 43 protected ArrayList<Variable> vars;
67 Frame(long threadID, long id, Location location, ArrayList<Variable> vars) {
136 public ArrayList<Variable> getVars() {
146 public void setVars(ArrayList<Variable> vars) {
161 for (Variable var : vars) {
201 * This describing frame variable.
204 public static final class Variable {
225 public Variable() {
237 * Gets code index of variable.
246 * Sets new code index for variable
    [all...]

Completed in 548 milliseconds

1 2 34 5 6 7 8 91011>>