Searched defs:depth (Results 226 - 250 of 1035) sorted by relevance

1234567891011>>

/external/tensorflow/tensorflow/core/kernels/
H A Dextract_image_patches_op.cc72 const int depth = input.dim_size(3); variable
96 ksize_rows * ksize_cols * depth};
H A Dfake_quant_ops.cc321 const int depth = input.dim_size(input.dims() - 1); // last dimension size. variable
323 OP_REQUIRES(context, min.dim_size(0) == depth,
324 InvalidArgument("min has incorrect size, expected ", depth,
327 OP_REQUIRES(context, max.dim_size(0) == depth,
328 InvalidArgument("max has incorrect size, expected ", depth,
371 const int depth = input.dim_size(input.dims() - 1); // last dimension size. variable
373 OP_REQUIRES(context, min.dim_size(0) == depth,
374 InvalidArgument("min has incorrect size, expected ", depth,
377 OP_REQUIRES(context, max.dim_size(0) == depth,
378 InvalidArgument("max has incorrect size, expected ", depth,
[all...]
H A Dlrn_op_test.cc57 const int64 depth = input.dim_size(3); local
66 depth);
67 auto out = expected.reshape(Eigen::DSizes<int64, 2>{rest, depth});
68 auto in = input.shaped<float, 2>({rest, depth});
71 Eigen::Tensor<float, 1, Eigen::RowMajor> out_col(depth);
72 for (int64 d = 0; d < depth; ++d) {
75 r < std::min(depth, d + depth_radius + 1); ++r) {
H A Done_hot_op.cc52 const Tensor& depth = ctx->input(1); variable
65 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(depth.shape()),
66 errors::InvalidArgument("depth must be a scalar, but got: ",
67 depth.shape().DebugString()));
78 const int32 depth_v = depth.scalar<int32>()();
81 errors::InvalidArgument("depth must be non-negative, got: ", depth_v));
112 // prefix_dim_size x depth x suffix_dim_size.
133 .HostMemory("depth"), \
176 .HostMemory("depth"), \
H A Dsummary_image_op.cc79 const int depth = static_cast<int>(tensor.dim_size(3)); variable
84 auto ith_image = [&tensor, batch_size, hw, depth](int i) {
85 auto values = tensor.shaped<uint8, 3>({batch_size, hw, depth});
87 &values(i, 0, 0), Eigen::DSizes<Eigen::DenseIndex, 2>(hw, depth));
90 c, AddImages(base_tag, batch_size, w, h, depth, ith_image, &s));
92 NormalizeAndAddImages<Eigen::half>(c, tensor, h, w, hw, depth, batch_size,
95 NormalizeAndAddImages<float>(c, tensor, h, w, hw, depth, batch_size,
98 NormalizeAndAddImages<double>(c, tensor, h, w, hw, depth, batch_size,
109 int w, int hw, int depth, int batch_size,
112 OP_REQUIRES(c, bad_color_.dim_size(0) >= depth,
108 NormalizeAndAddImages(OpKernelContext* c, const Tensor& tensor, int h, int w, int hw, int depth, int batch_size, const string& base_tag, Summary* s) argument
140 AddImages(const string& tag, int batch_size, int w, int h, int depth, const std::function<Uint8Image(int)>& ith_image, Summary* s) argument
175 NormalizeFloatImage(int hw, int depth, typename TTypes<T>::ConstMatrix values, typename TTypes<uint8>::ConstVec bad_color, Uint8Image* image) argument
[all...]
/external/tensorflow/tensorflow/core/ops/
H A Darray_ops_test.cc1196 .Input("depth", 1, DT_INT32)
1212 Tensor depth = test::AsTensor<int32>({1, 2}); local
1213 op.input_tensors[1] = &depth;
1217 depth = test::AsScalar<int32>(2);
1246 // With ksizes as 1x1, the output depth is now exactly the last value of the
1526 // Unknown depth --> Unknown depth.
1539 // Bad depth
1543 // Unknown depth --> Unknown depth
[all...]
/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_graph.cc159 const Options& opts, int depth,
168 bool show = ShouldShow(node, opts, depth);
173 if (!ShouldTrim(node, opts.trim_name_regexes) && depth <= opts.max_depth) {
175 PrintGraph(node->show_children, opts, depth + 1, indent, visits);
158 PrintGraph(const std::vector<GraphNode*> roots, const Options& opts, int depth, int last_ident, std::set<string>* visits) argument
H A Dtfprof_op.cc149 int64 depth = 0; local
152 for (int64 i = start; i < account_nodes.size(); ++i, ++depth) {
154 if (ShouldTrim(n, opts.trim_name_regexes) || depth > opts.max_depth) {
157 n->show = ShouldShow(n, opts, depth);
H A Dtfprof_scope.cc146 const Options& opts, int depth,
152 bool show = ShouldShow(node, opts, depth);
156 if (!ShouldTrim(node, opts.trim_name_regexes) && depth <= opts.max_depth) {
157 show_cnodes = PrintScope(node->show_children, opts, depth + 1, ident);
145 PrintScope(const std::vector<ScopeNode*> roots, const Options& opts, int depth, int last_ident) argument
/external/v8/src/inspector/
H A Dv8-value-copier.cc16 v8::MaybeLocal<v8::Value> copy(v8::Local<v8::Value> value, int depth) { argument
17 if (++m_calls > kMaxCalls || depth > kMaxDepth)
38 if (!copy(item, depth + 1).ToLocal(&copied))
60 if (!copy(property, depth + 1).ToLocal(&copied))
/external/valgrind/callgrind/
H A Dcallstack.c222 /* only increment depth if another function is called */
317 Int depth = 0; local
340 /* only decrement depth if another function was called */
344 depth = *pdepth;
364 if (depth == 0) function_left(to_fn);
/external/webrtc/webrtc/modules/video_render/linux/
H A Dvideo_x11_channel.cc142 unsigned int winWidth, winHeight, borderwidth, depth; local
145 &winHeight, &borderwidth, &depth) == 0)
186 unsigned int winWidth, winHeight, borderwidth, depth; local
189 &winHeight, &borderwidth, &depth) == -1)
/external/guice/lib/build/
H A Dsafesax.jar ... int) safesax.Element parent String uri String localName int depth int hash } safesax/Children.class Children.java package ...
/external/ImageMagick/MagickCore/
H A Dattribute.c264 % GetImageDepth() returns the depth of a particular image channel.
290 depth,
297 Compute image depth.
351 depth=current_depth[0];
353 if (depth < current_depth[i])
354 depth=current_depth[i];
356 return(depth);
366 Scale pixels to desired (optimized with depth map).
374 depth;
376 for (depth
287 depth, local
371 depth; local
541 depth; local
1002 SetImageDepth(Image *image, const size_t depth,ExceptionInfo *exception) argument
[all...]
H A Dcoder.c810 % const char *filename,const size_t depth,ExceptionInfo *exception)
818 % o depth: depth of <include /> statements.
824 const char *filename,const size_t depth,ExceptionInfo *exception)
894 if (depth > 200)
914 status&=LoadCoderCache(cache,file_xml,path,depth+1,
809 LoadCoderCache(SplayTreeInfo *cache,const char *xml, const char *filename,const size_t depth,ExceptionInfo *exception) argument
H A Dconfigure.c1150 % const char *xml,const char *filename,const size_t depth,
1159 % o depth: depth of <include /> statements.
1165 const char *xml,const char *filename,const size_t depth,
1234 if (depth > 200)
1254 status&=LoadConfigureCache(cache,file_xml,path,depth+1,
1145 LoadConfigureCache(LinkedListInfo *cache, const char *xml,const char *filename,const size_t depth, ExceptionInfo *exception) argument
H A Dmagic.c831 % const char *filename,const size_t depth,ExceptionInfo *exception) argument
839 % o depth: depth of <include /> statements.
845 const char *filename,const size_t depth,ExceptionInfo *exception)
915 if (depth > 200)
935 status&=LoadMagicCache(cache,file_xml,path,depth+1,
H A Dmime.c793 % const char *filename,const size_t depth,ExceptionInfo *exception)
801 % o depth: depth of <include /> statements.
807 const char *filename,const size_t depth,ExceptionInfo *exception)
843 if (depth > 200)
863 status&=LoadMimeCache(cache,file_xml,path,depth+1,exception);
792 LoadMimeCache(LinkedListInfo *cache,const char *xml, const char *filename,const size_t depth,ExceptionInfo *exception) argument
H A Dpolicy.c741 % const char *filename,const size_t depth,ExceptionInfo *exception)
749 % o depth: depth of <include /> statements.
755 const char *filename,const size_t depth,ExceptionInfo *exception)
825 if (depth > 200)
846 depth+1,exception);
740 LoadPolicyCache(LinkedListInfo *cache,const char *xml, const char *filename,const size_t depth,ExceptionInfo *exception) argument
H A Dquantum.c129 status=SetQuantumDepth(image,quantum_info,image->depth);
337 return((size_t) (packet_size*image->columns*((quantum_info->depth+7)/8)));
338 return((size_t) ((packet_size*image->columns*quantum_info->depth+7)/8));
659 % SetQuantumDepth() sets the quantum depth. argument
664 % QuantumInfo *quantum_info,const size_t depth)
672 % o depth: the quantum depth.
676 QuantumInfo *quantum_info,const size_t depth)
691 quantum_info->depth=depth;
[all...]
/external/ImageMagick/MagickWand/
H A Dmagick-wand.c1081 depth;
1083 depth=MAGICKCORE_QUANTUM_DEPTH;
1084 quantum=GetMagickQuantumDepth(&depth);
1085 if (depth != MAGICKCORE_QUANTUM_DEPTH)
1059 depth; local
H A Dpixel-iterator.c310 depth;
315 depth=MAGICKCORE_QUANTUM_DEPTH;
316 quantum=GetMagickQuantumDepth(&depth);
317 if (depth != MAGICKCORE_QUANTUM_DEPTH)
432 depth;
435 depth=MAGICKCORE_QUANTUM_DEPTH;
436 quantum=GetMagickQuantumDepth(&depth);
437 if (depth != MAGICKCORE_QUANTUM_DEPTH)
302 depth; local
422 depth; local
/external/ImageMagick/coders/
H A Dcut.c101 static void InsertRow(Image *image,ssize_t depth,unsigned char *p,ssize_t y,
109 switch (depth)
307 ssize_t depth;
368 depth=i;
372 image->depth=8;
554 InsertRow(image,depth,BImgBuff,i,exception);
98 InsertRow(Image *image,ssize_t depth,unsigned char *p,ssize_t y, ExceptionInfo *exception) argument
303 ssize_t depth; local
H A Dfits.c152 switch (image->depth >> 3)
207 static inline double GetFITSPixelRange(const size_t depth)
209 return((double) ((MagickOffsetType) GetQuantumRange(depth)));
427 image->depth=(size_t) (fits_info.bits_per_pixel < 0 ? -1 : 1)*
464 if ((image->depth == 16) || (image->depth == 32) ||
465 (image->depth == 64))
466 SetFITSUnsignedPixels(1,image->depth,image->endian,
669 image->depth=GetImageQuantumDepth(image,MagickFalse);
681 image->depth));
202 GetFITSPixelRange(const size_t depth) argument
[all...]
H A Dmpc.c184 depth,
233 image->depth=8;
454 if (LocaleCompare(keyword,"depth") == 0)
456 image->depth=StringToUnsignedLong(options);
835 depth=GetImageQuantumDepth(image,MagickFalse);
854 packet_size=(size_t) (3UL*depth/8UL);
864 switch (depth)
1086 depth;
1111 depth=GetImageQuantumDepth(image,MagickTrue);
1113 (image->colors > (size_t) (GetQuantumRange(image->depth)
180 depth, local
1079 depth; local
[all...]

Completed in 1974 milliseconds

1234567891011>>