Home
last modified time | relevance | path

Searched defs:var_descriptor (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gles31/
H A Des31cArrayOfArraysTests.hpp107 struct var_descriptor struct
109 std::string type;
110 std::string precision;
111 std::string initializer_with_ones;
112 std::string initializer_with_zeroes;
113 std::string iterator_initialization;
114 std::string iterator_type;
115 std::string specific_element;
116 std::string variable_type_initializer1;
117 std::string variable_type_initializer2;
[all …]
/dports/math/py-theano/Theano-1.0.5/theano/
H A Dprinting.py1196 def var_descriptor(obj, _prev_obs=None, _tag_generator=None): function