Searched defs:depth (Results 126 - 150 of 1035) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.h44 GLuint depth; member in struct:_radeon_mipmap_level
100 unsigned depth,
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.h44 GLuint depth; member in struct:_radeon_mipmap_level
100 unsigned depth,
/external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
H A DErrorNode.java63 void genJavaComment(PrintWriter writer, int depth) {} argument
65 void genJava(PrintWriter writer, int depth) {} argument
69 void genJavaDebugWrite(PrintWriter writer, int depth, argument
72 void genJavaDebugWrite(PrintWriter writer, int depth, argument
75 public void genJavaRead(PrintWriter writer, int depth, argument
78 void genJavaDebugRead(PrintWriter writer, int depth, argument
81 void genJavaPreDef(PrintWriter writer, int depth) {} argument
H A DSelectNode.java87 void genJavaClassSpecifics(PrintWriter writer, int depth) { argument
88 indent(writer, depth);
91 indent(writer, depth+1);
94 indent(writer, depth+1);
97 indent(writer, depth);
99 typeNode.genJavaDeclaration(writer, depth);
100 indent(writer, depth);
102 super.genJavaClassSpecifics(writer, depth);
105 void genJavaClassBodyComponents(PrintWriter writer, int depth) { argument
109 void genJavaWritingClassBody(PrintWriter writer, int depth, argument
124 genJavaWrites(PrintWriter writer, int depth) argument
130 genJavaReads(PrintWriter writer, int depth) argument
142 genJavaDeclaration(PrintWriter writer, int depth) argument
[all...]
/external/python/cpython3/Modules/_blake2/clinic/
H A Dblake2b_impl.c.h7 " key=None, salt=None, person=None, fanout=1, depth=1,\n"
17 int fanout, int depth, PyObject *leaf_size_obj,
25 static const char * const _keywords[] = {"string", "digest_size", "key", "salt", "person", "fanout", "depth", "leaf_size", "node_offset", "node_depth", "inner_size", "last_node", NULL};
33 int depth = 1; local
41 &data, &digest_size, &key, &salt, &person, &fanout, &depth, &leaf_size_obj, &node_offset_obj, &node_depth, &inner_size, &last_node)) {
44 return_value = py_blake2b_new_impl(type, data, digest_size, &key, &salt, &person, fanout, depth, leaf_size_obj, node_offset_obj, node_depth, inner_size, last_node);
H A Dblake2s_impl.c.h7 " key=None, salt=None, person=None, fanout=1, depth=1,\n"
17 int fanout, int depth, PyObject *leaf_size_obj,
25 static const char * const _keywords[] = {"string", "digest_size", "key", "salt", "person", "fanout", "depth", "leaf_size", "node_offset", "node_depth", "inner_size", "last_node", NULL};
33 int depth = 1; local
41 &data, &digest_size, &key, &salt, &person, &fanout, &depth, &leaf_size_obj, &node_offset_obj, &node_depth, &inner_size, &last_node)) {
44 return_value = py_blake2s_new_impl(type, data, digest_size, &key, &salt, &person, fanout, depth, leaf_size_obj, node_offset_obj, node_depth, inner_size, last_node);
/external/skia/src/sksl/lex/
H A DRegexParser.cpp132 size_t depth = fStack.size(); local
145 while (fStack.size() > depth) {
/external/skia/tools/sk_app/unix/
H A DGLWindowContext_unix.cpp106 unsigned int border_width, depth; local
108 &border_width, &depth);
/external/skqp/src/sksl/lex/
H A DRegexParser.cpp132 size_t depth = fStack.size(); local
145 while (fStack.size() > depth) {
/external/skqp/tools/sk_app/unix/
H A DGLWindowContext_unix.cpp106 unsigned int border_width, depth; local
108 &border_width, &depth);
/external/swiftshader/src/OpenGL/compiler/
H A DintermOut.cpp68 void OutputTreeText(TInfoSinkBase& sink, TIntermNode* node, const int depth) argument
74 for (i = 0; i < depth; ++i)
/external/syslinux/com32/mboot/
H A Dmb_header.h54 uint32_t depth; member in struct:multiboot_header
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dextract_image_patches_op.cc58 "kernel sizes > 1 in the batch and depth "
63 "strides in the batch and depth dimensions."));
67 "dilations in the batch and depth dimensions."));
94 const int64 depth = input_shape.dim_size(feature_dim); variable
107 lhs_shape[num_spatial_dims] = depth;
111 // iota = np.arange(np.prod(ksize), depth)
115 kernel_size * depth, &iota));
H A Dlrn_ops.cc95 const int64 depth = in_grads_shape.dim_size(3); variable
100 in_image_shape.dim_size(3) == depth &&
104 out_image_shape.dim_size(3) == depth,
116 // grads = [0.0] * depth
117 // for j in range(depth):
119 // depth_end = min(depth, j + depth_radius + 1)
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
H A Ddecision-tree-resource.cc34 int32 depth = 0; local
42 *leaf_depth = depth;
46 ++depth;
H A Dfertile-stats-resource.cc43 void FertileStatsResource::AllocateNode(int32 node_id, int32 depth) { argument
44 collection_op_->InitializeSlot(node_id, depth);
60 int32* depth) {
61 return collection_op_->BestSplit(node_id, best, depth);
59 BestSplit(int32 node_id, SplitCandidate* best, int32* depth) argument
/external/tensorflow/tensorflow/core/kernels/
H A Ddraw_bounding_box_op.cc37 const int64 depth = images.dim_size(3); variable
48 context, depth == 4 || depth == 1 || depth == 3,
49 errors::InvalidArgument("Channel depth should be either 1 (GRY), "
75 if (depth == 1) {
84 0, TensorShape({batch_size, height, width, depth}), &output));
145 for (int64 c = 0; c < depth; c++) {
153 for (int64 c = 0; c < depth; c++) {
161 for (int64 c = 0; c < depth;
[all...]
H A Dfused_batch_norm_op.h82 const int depth = pop_mean.dimension(0); local
83 const int rest_size = input.size() / depth;
85 Eigen::DSizes<Eigen::Index, 2> rest_by_depth(rest_size, depth);
87 Eigen::DSizes<Eigen::Index, 2> one_by_depth(1, depth);
92 one_by_depth.set(1, depth);
H A Dpooling_ops_3d.h50 int depth; member in struct:tensorflow::Pool3dParameters
H A Dquantized_conv_ops_test.cc57 const int depth = 1; local
70 {image_batch_count, image_height, image_width, depth});
85 {filter_size, filter_size, depth, filter_count});
149 const int depth = 1; local
154 TensorShape({image_batch_count, image_height, image_width, depth}),
159 TensorShape({filter_size, filter_size, depth, filter_count}),
192 const int depth = 1; local
197 TensorShape({image_batch_count, image_height, image_width, depth}),
202 TensorShape({filter_size, filter_size, depth, filter_count}),
233 const int depth local
277 const int depth = 1; local
[all...]
/external/tensorflow/tensorflow/core/platform/default/
H A Dstacktrace.h90 int depth() const { return 0; } function in class:tensorflow::SavedStackTrace
/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_tensor.h85 int64 BuildOutput(int64 start, int depth, const std::vector<T>& values, argument
115 for (int i = 0; i < tensor_->dim_size(depth); i++) {
117 if (depth == tensor_->dims() - 1) {
146 nstart = BuildOutput<T>(nstart, depth + 1, values, dim);
/external/turbine/java/com/google/turbine/parse/
H A DVariableInitializerParser.java75 int depth = 0; field in class:VariableInitializerParser
99 depth = 1;
112 depth++;
222 int depth = 1;
223 while (depth > 0) {
228 depth++;
233 depth--;
244 int depth = 1;
245 while (depth > 0) {
250 depth
[all...]
/external/ImageMagick/MagickCore/
H A Dversion.c369 % GetMagickQuantumDepth() returns the ImageMagick quantum depth.
373 % const char *GetMagickQuantumDepth(size_t *depth)
377 % o depth: the quantum depth is returned as a number.
380 MagickExport const char *GetMagickQuantumDepth(size_t *depth)
382 if (depth != (size_t *) NULL)
383 *depth=(size_t) MAGICKCORE_QUANTUM_DEPTH;
456 % MagickCore libary version, quantum depth, HDRI status, OS word size, and
371 GetMagickQuantumDepth(size_t *depth) argument
/external/ImageMagick/coders/
H A Dipl.c80 depth, member in struct:_IPLInfo
169 image->depth = ipl->depth;
263 ipl_info.depth=8;
267 ipl_info.depth=16;
271 ipl_info.depth=16;
275 ipl_info.depth=32;
278 case 4: ipl_info.depth=32;
282 ipl_info.depth=8;
286 ipl_info.depth
[all...]

Completed in 657 milliseconds

1234567891011>>