Home
last modified time | relevance | path

Searched refs:block_depth (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_circulant.py60 block_depth, argument
100 if block_depth not in allowed_block_depths:
102 (allowed_block_depths, block_depth))
103 self._block_depth = block_depth
137 if spectrum.shape.ndims < self.block_depth:
140 (self.block_depth, spectrum))
144 def block_depth(self): member in _BaseLinearOperatorCirculant
189 return spectrum_shape[-self.block_depth:]
193 return self.spectrum.shape[-self.block_depth:]
246 vec_leading_shape = vec_shape[:-self.block_depth]
[all …]
/external/mesa3d/src/mesa/main/
Dformat_parser.py235 …def __init__(self, name, layout, block_width, block_height, block_depth, channels, swizzle, colors… argument
258 self.block_depth = block_depth
371 return self.block_width != 1 or self.block_height != 1 or self.block_depth != 1
565 block_depth = int(fields[4])
574 … yield Format(name, layout, block_width, block_height, block_depth, channels, swizzle, colorspace)
Dformat_info.py199 …ockHeight = {1}, .BlockDepth = {2},'.format(fmat.block_width, fmat.block_height, fmat.block_depth))
/external/mesa3d/src/util/format/
Du_format_parse.py115 …def __init__(self, name, layout, block_width, block_height, block_depth, le_channels, le_swizzles,… argument
120 self.block_depth = block_depth
368 block_width, block_height, block_depth = map(int, fields[2:5])
391 …format = Format(name, layout, block_width, block_height, block_depth, le_channels, le_swizzles, be…
Du_format_table.py198 … %u},\t/* block */" % (format.block_width, format.block_height, format.block_depth, format.block_s…
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dconstruct.cpp99 int block_depth = function->GetBlockDepth(block); in blocks() local
100 if (block_depth < header_depth) { in blocks()
109 if (block != header && block_depth == header_depth && in blocks()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dconstruct.cpp104 int block_depth = function->GetBlockDepth(block); in blocks() local
105 if (block_depth < header_depth) { in blocks()
114 if (block != header && block_depth == header_depth && in blocks()
/external/deqp-deps/SPIRV-Tools/source/val/
Dconstruct.cpp99 int block_depth = function->GetBlockDepth(block); in blocks() local
100 if (block_depth < header_depth) { in blocks()
109 if (block != header && block_depth == header_depth && in blocks()
/external/gemmlowp/internal/
Dpack.h179 int block_depth) const { in block() argument
183 assert(start_depth + block_depth <= depth_); in block()
185 return SideMap(data(start_width, start_depth), block_width, block_depth, in block()
/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op_gpu.h1663 int block_depth = 8;
1666 for (; block_depth > 1; block_depth /= 2) {
1668 for (; block_height * args.in_cols * block_depth & 31;
1672 int block_size = block_height * args.in_cols * block_depth;
1682 switch (block_depth) {
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.linalg.-linear-operator-circulant2-d.pbtxt19 name: "block_depth"
Dtensorflow.linalg.-linear-operator-circulant3-d.pbtxt19 name: "block_depth"
Dtensorflow.linalg.-linear-operator-circulant.pbtxt19 name: "block_depth"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.linalg.-linear-operator-circulant2-d.pbtxt19 name: "block_depth"
Dtensorflow.linalg.-linear-operator-circulant.pbtxt19 name: "block_depth"
Dtensorflow.linalg.-linear-operator-circulant3-d.pbtxt19 name: "block_depth"