/external/mesa3d/docs/specs/ |
MESA_texture_array.spec | 172 is used to specify a three-dimensional texture image. target must be one 173 one of TEXTURE_3D for a three-dimensional texture or 174 TEXTURE_2D_ARRAY_EXT for an two-dimensional array texture. 176 three-dimensional proxy texture, or PROXY_TEXTURE_2D_ARRAY_EXT for a 177 two-dimensional proxy array texture." 199 is used to specify a two-dimensional texture image. target must be one 200 of TEXTURE_2D for a two-dimensional texture, TEXTURE_1D_ARRAY_EXT for a 201 one-dimensional array texture, or one of TEXTURE_CUBE_MAP_POSITIVE_X, 205 target may be either PROXY_TEXTURE_2D for a two-dimensional proxy 206 texture, PROXY_TEXTURE_1D_ARRAY_EXT for a one-dimensional proxy arra [all...] |
/external/tensorflow/tensorflow/python/ops/ |
init_ops_v2.py | 140 value: A Python scalar, list or tuple of values, or a N-dimensional numpy 448 If the shape of the tensor to initialize is two-dimensional, it is initialized 454 If the shape of the tensor to initialize is more than two-dimensional, 491 "at least two-dimensional")
|
init_ops.py | 161 value: A Python scalar, list or tuple of values, or a N-dimensional numpy 564 If the shape of the tensor to initialize is two-dimensional, it is initialized 570 If the shape of the tensor to initialize is more than two-dimensional, 603 "at least two-dimensional") 667 "three-dimensional and at most five-dimensional") 791 raise ValueError("The tensor to initialize must be four-dimensional") [all...] |
/external/tensorflow/tensorflow/compiler/xla/python/ |
xla_client.py | [all...] |
/external/skia/experimental/docs/ |
exampleSlides.js | 187 "string":"one-dimensional sectors, then diverge.", "x":400, "y":240 196 "string":"Some lines occupy one-dimensional", "x":400, "y":200
|
/external/skqp/experimental/docs/ |
exampleSlides.js | 187 "string":"one-dimensional sectors, then diverge.", "x":400, "y":240 196 "string":"Some lines occupy one-dimensional", "x":400, "y":200
|
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/ |
state_space_model.py | [all...] |
/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/ |
ast.go | 853 // multi-dimensional arrays correctly. 872 // an array type we print it as a multi-dimensional [all...] |
demangle.go | 1332 // happens with multi-dimensional array types. [all...] |
/external/tensorflow/tensorflow/go/op/ |
wrappers.go | [all...] |
/external/tensorflow/tensorflow/python/feature_column/ |
feature_column_v2.py | [all...] |