Home
last modified time | relevance | path

Searched refs:_variables (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dinitializers_ns.py22 from tensorflow.python.ops import variables as _variables unknown
37 variables = _variables.variables_initializer
38 global_variables = _variables.global_variables_initializer
39 local_variables = _variables.local_variables_initializer
46 del _variables
Dtensor_forest_ops.py91 self._variables = []
97 self._variables.append(tree_variable(
103 return self._variables[t]
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.hpp1244 typedef std::vector<_variable> _variables; typedef in gl4cts::GPUShaderFP64Test7
1245 typedef _variables::const_iterator _variables_const_iterator;
1248 bool buildTestProgram(_variables& variables);
1250 void configureXFBBuffer(const _variables& variables);
1251 bool executeFunctionalTest(_variables& variables);
1252 void generateXFBVaryingNames(const _variables& variables);
1260 std::string getFragmentShaderBody(const _variables& variables);
1261 std::string getGeometryShaderBody(const _variables& variables);
1262 std::string getTessellationControlShaderBody(const _variables& variables);
1263 std::string getTessellationEvaluationShaderBody(const _variables& variables);
[all …]
Dgl4cGPUShaderFP64Tests.cpp8886 bool GPUShaderFP64Test7::buildTestProgram(_variables& variables) in buildTestProgram()
9032 void GPUShaderFP64Test7::configureXFBBuffer(const _variables& variables) in configureXFBBuffer()
9159 bool GPUShaderFP64Test7::executeFunctionalTest(_variables& variables) in executeFunctionalTest()
9280 void GPUShaderFP64Test7::generateXFBVaryingNames(const _variables& variables) in generateXFBVaryingNames()
9428 std::string GPUShaderFP64Test7::getFragmentShaderBody(const _variables& variables) in getFragmentShaderBody()
9605 std::string GPUShaderFP64Test7::getGeometryShaderBody(const _variables& variables) in getGeometryShaderBody()
9697 std::string GPUShaderFP64Test7::getTessellationControlShaderBody(const _variables& variables) in getTessellationControlShaderBody()
9779 std::string GPUShaderFP64Test7::getTessellationEvaluationShaderBody(const _variables& variables) in getTessellationEvaluationShaderBody()
9860 std::string GPUShaderFP64Test7::getVariableDeclarations(const char* prefix, const _variables& varia… in getVariableDeclarations()
9894 std::string GPUShaderFP64Test7::getVertexShaderBody(const _variables& variables) in getVertexShaderBody()
[all …]
/external/tensorflow/tensorflow/contrib/opt/python/training/
Dggt.py181 self._variables = []
184 self._variables.append(var)
198 self._variables.append(var)
212 var_dtype = self._variables[0].dtype.base_dtype
305 for var in self._variables:
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/ops/
Dsdca_ops.py158 self._variables = variables
209 for var in self._variables[name]:
259 for var in self._variables[name]:
274 for var in self._variables[name]:
309 sparse_variables = self._convert_n_to_tensor(self._variables[
319 dense_variables = self._convert_n_to_tensor(self._variables[
588 for var, slot_var in zip(self._variables[name],
597 for var in self._variables[name]:
/external/tensorflow/tensorflow/python/eager/
Dwrap_function.py43 self._variables = []
50 return self._variables
67 self._variables.append(v)
136 self._variable_holder._variables.append(new_variable)
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/ops/
Dcudnn_rnn_ops.py698 self._variables = opaque_params
704 self.format_converter.opaque_to_tf_canonical(self._variables))
724 array_ops.identity(self._variables), specs, name)
738 self._variables, opaque_params, validate_shape=False)
742 self._variables)
/external/tensorflow/tensorflow/contrib/optimizer_v2/
Doptimizer_v2.py249 def _variables(self): member in _OptimizerV2State
1059 return state._variables() if state is not None else [] # pylint: disable=protected-access
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/kernel_tests/
Dcudnn_rnn_test.py541 model.rnn.saveable._variables))
590 saveable1._variables)
593 saveable2._variables)
Dcudnn_rnn_ops_test.py1130 saveable._variables)
1197 saveables[i]._variables))
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp1288 const char* _variables, in Operation()
1294 , variables(_variables) in Operation()