/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linear_operator_circulant.py | 60 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/ |
D | format_parser.py | 235 …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)
|
D | format_info.py | 199 …ockHeight = {1}, .BlockDepth = {2},'.format(fmat.block_width, fmat.block_height, fmat.block_depth))
|
/external/mesa3d/src/util/format/ |
D | u_format_parse.py | 115 …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…
|
D | u_format_table.py | 198 … %u},\t/* block */" % (format.block_width, format.block_height, format.block_depth, format.block_s…
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | construct.cpp | 99 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/ |
D | construct.cpp | 104 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/ |
D | construct.cpp | 99 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/ |
D | pack.h | 179 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/ |
D | depthwise_conv_op_gpu.h | 1663 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/ |
D | tensorflow.linalg.-linear-operator-circulant2-d.pbtxt | 19 name: "block_depth"
|
D | tensorflow.linalg.-linear-operator-circulant3-d.pbtxt | 19 name: "block_depth"
|
D | tensorflow.linalg.-linear-operator-circulant.pbtxt | 19 name: "block_depth"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.linalg.-linear-operator-circulant2-d.pbtxt | 19 name: "block_depth"
|
D | tensorflow.linalg.-linear-operator-circulant.pbtxt | 19 name: "block_depth"
|
D | tensorflow.linalg.-linear-operator-circulant3-d.pbtxt | 19 name: "block_depth"
|