Home
last modified time | relevance | path

Searched refs:_variable (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/python/keras/mixed_precision/experimental/
Dautocast_variable.py66 self._variable = variable
70 return self._variable.name
86 return self._variable.dtype
91 return self._variable.dtype
94 val = self._variable.value()
104 val = self._variable.read_value()
111 val = self._variable.sparse_read(indices, name=name)
117 return self._variable.assign(
121 return self._variable.assign_add(
125 return self._variable.assign_sub(
[all …]
/external/tensorflow/tensorflow/python/ops/
Dvariables.py1554 self._variable = state_ops.variable_op_v2(
1576 self._variable = state_ops.variable_op_v2(
1592 self._variable,
1603 self._snapshot = array_ops.identity(self._variable, name="read")
1605 with ops.colocate_with(self._variable.op):
1606 self._snapshot = array_ops.identity(self._variable, name="read")
1624 self._variable = g.as_graph_element(
1653 return self._variable
1683 return array_ops.identity(self._variable, name="read")
1699 return self._variable
[all …]
/external/python/cpython2/Lib/lib-tk/
Dttk.py1494 self._variable = variable or Tkinter.IntVar(master)
1495 self._variable.set(from_)
1499 self.scale = Scale(self, variable=self._variable, from_=from_, to=to)
1510 self.__tracecb = self._variable.trace_variable('w', self._adjust)
1518 self._variable.trace_vdelete('w', self.__tracecb)
1523 del self._variable
1546 newval = self._variable.get()
1559 return self._variable.get()
1564 self._variable.set(val)
1594 self._variable = variable
[all …]
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_extensions.py19 var = x._variable._name
80 self.assertRaises(ValueError, x._variable.get)
83 self.assertRaises(ValueError, x._variable.get)
93 self.assertEqual(x._variable._name, myvar._name)
227 self.assertEqual(optmenu._variable.get(), 'b')
266 self.assertEqual(optmenu._variable.get(), items[0])
270 self.assertEqual(optmenu._variable.get(), items[0])
/external/python/cpython3/Lib/tkinter/
Dttk.py1547 self._variable = variable or tkinter.IntVar(master)
1548 self._variable.set(from_)
1552 self.scale = Scale(self, variable=self._variable, from_=from_, to=to)
1563 self.__tracecb = self._variable.trace_variable('w', self._adjust)
1571 self._variable.trace_vdelete('w', self.__tracecb)
1575 del self._variable
1598 newval = self._variable.get()
1611 return self._variable.get()
1616 self._variable.set(val)
1643 self._variable = variable
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dalignment-2.ll4 …ct.__sFILE*, i8, i32, i8*, i8*, i8*, i64, i8, %struct.__sFILE*, %struct._variable*, i8, i8, i8, i8…
13 %struct._variable = type { i8*, i8*, void (i8*)*, %struct._variable* }
/external/llvm/test/CodeGen/X86/
Dalignment-2.ll4 …ct.__sFILE*, i8, i32, i8*, i8*, i8*, i64, i8, %struct.__sFILE*, %struct._variable*, i8, i8, i8, i8…
13 %struct._variable = type { i8*, i8*, void (i8*)*, %struct._variable* }
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dalignment-2.ll4 …ct.__sFILE*, i8, i32, i8*, i8*, i8*, i64, i8, %struct.__sFILE*, %struct._variable*, i8, i8, i8, i8…
13 %struct._variable = type { i8*, i8*, void (i8*)*, %struct._variable* }
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_extensions.py19 var = x._variable._name
79 self.assertRaises((ValueError, tkinter.TclError), x._variable.get)
89 self.assertEqual(x._variable._name, myvar._name)
234 self.assertEqual(optmenu._variable.get(), 'b')
273 self.assertEqual(optmenu._variable.get(), items[0])
277 self.assertEqual(optmenu._variable.get(), items[0])
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.hpp1237 struct _variable struct in gl4cts::GPUShaderFP64Test7
1244 typedef std::vector<_variable> _variables;
Dgl4cGPUShaderFP64Tests.cpp8966 _variable& current_variable = variables[n_variable]; in buildTestProgram()
9046 const _variable& variable = *variables_iterator; in configureXFBBuffer()
9294 const _variable& variable = *variables_iterator; in generateXFBVaryingNames()
9304 const _variable& variable = *variables_iterator; in generateXFBVaryingNames()
10186 _variable new_variable; in iterate()
10258 const _variable& variable = *variables_iterator; in logVariableContents()
10327 const _variable& variable = *variable_iterator; in setInputAttributeValues()
/external/llvm/docs/
DBitCodeFormat.rst94 .. _variable-width value:
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DBitCodeFormat.rst96 .. _variable-width value: