Home
last modified time | relevance | path

Searched refs:depth_ (Results 1 – 25 of 49) sorted by relevance

12

/third_party/boost/boost/proto/
Ddebug.hpp136 : depth_(depth) in display_expr_impl()
156 this->sout_.width(this->depth_); in impl()
167 this->sout_.width(this->depth_); in impl()
170 display_expr_impl display(this->sout_, this->depth_ + 4); in impl()
172 this->sout_.width(this->depth_); in impl()
177 int depth_; member
202 : depth_(depth) in display_expr()
211 detail::display_expr_impl(this->sout_, this->depth_)(expr); in operator ()()
215 int depth_; member
/third_party/ninja/src/
Dstate.h42 : name_(name), current_use_(0), depth_(depth), delayed_(&WeightedEdgeCmp) {} in Pool()
45 bool is_valid() const { return depth_ >= 0; } in is_valid()
46 int depth() const { return depth_; } in depth()
51 bool ShouldDelayEdge() const { return depth_ != 0; } in ShouldDelayEdge()
76 int depth_; member
Dstate.cc27 if (depth_ != 0) in EdgeScheduled()
32 if (depth_ != 0) in EdgeFinished()
37 assert(depth_ != 0); in DelayEdge()
45 if (current_use_ + edge->weight() > depth_) in RetrieveReadyEdges()
55 printf("%s (%d/%d) ->\n", name_.c_str(), current_use_, depth_); in Dump()
/third_party/grpc/third_party/upb/upb/json/
Dprinter.c26 int depth_; member
97 if (!p->first_elem_[p->depth_]) { in print_comma()
100 p->first_elem_[p->depth_] = false; in print_comma()
375 p->depth_++; in start_frame()
376 p->first_elem_[p->depth_] = true; in start_frame()
382 p->depth_--; in end_frame()
388 if (p->depth_ == 0) { in printer_startmsg()
400 if (p->depth_ == 0) { in printer_endmsg()
409 p->depth_++; in startseq()
410 p->first_elem_[p->depth_] = true; in startseq()
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/
Done_hot_gpu_kernel.h31 …: input_size_(1), output_size_(1), depth_(0), left_dim_size_(1), right_dim_size_(1), is_null_input… in OneHotGpuFwdKernel()
47 OneHot(indices, depth_, on_value, off_value, left_dim_size_, right_dim_size_, output, in Launch()
87 depth_ = output_shape[output_shape.size() - 1]; in Init()
89 depth_ = output_shape[IntToSize(axis)]; in Init()
110 size_t depth_; variable
/third_party/gn/src/gn/
Dpool.h26 int64_t depth() const { return depth_; } in depth()
27 void set_depth(int64_t depth) { depth_ = depth; } in set_depth()
35 int64_t depth_ = 0; variable
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Done_hot_cpu_kernel.cc44 depth_ = output_shape[axis_]; in InitKernel()
64 size_t output_index = stride_num * depth_ * stride_ + i % stride_; in Launch()
66 for (size_t j = 0; j < depth_; j++) { in Launch()
Done_hot_cpu_kernel.h38 size_t depth_{0};
/third_party/grpc/src/core/lib/json/
Djson_writer.cc71 int depth_ = 0; member in grpc_core::__anon62d921870111::JsonWriter
106 unsigned spaces = static_cast<unsigned>(depth_ * indent_); in OutputIndent()
124 if (indent_ == 0 || depth_ == 0) return; in ValueEnd()
247 depth_++; in ContainerBegins()
252 depth_--; in ContainerEnds()
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc208 depth_(0), in AnyWriter()
215 ++depth_; in StartObject()
222 } else if (is_well_known_type_ && depth_ == 1) { in StartObject()
240 --depth_; in EndObject()
242 if (depth_ >= 0) { in EndObject()
246 } else if (depth_ >= 0 || !is_well_known_type_) { in EndObject()
254 if (depth_ < 0) { in EndObject()
262 ++depth_; in StartList()
266 } else if (is_well_known_type_ && depth_ == 1) { in StartList()
279 --depth_; in EndList()
[all …]
/third_party/flutter/engine/flutter/shell/common/
Dpipeline.h92 : depth_(depth), empty_(depth), available_(0) {} in Pipeline()
161 uint32_t depth_;
181 while (queue_.size() > depth_) { in ProducerCommitFront()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/
Done_hot.cc78 depth_ = static_cast<int32_t *>(in_tensors_[1]->data())[0]; in InitWeights()
79 MS_ASSERT(depth_); in InitWeights()
109 if (ocl_runtime_->SetKernelArg(kernel_, arg_idx++, depth_) != CL_SUCCESS) { in SetConstArgs()
Done_hot.h40 int depth_{0};
/third_party/gn/src/base/json/
Djson_parser.cc33 : max_depth_(max_depth), depth_(depth) { in StackMarker()
34 ++(*depth_); in StackMarker()
35 DCHECK_LE(*depth_, max_depth_); in StackMarker()
37 ~StackMarker() { --(*depth_); } in ~StackMarker()
39 bool IsTooDeep() const { return *depth_ >= max_depth_; } in IsTooDeep()
43 int* const depth_; member in base::internal::__anon788343cc0111::StackMarker
/third_party/protobuf/src/google/protobuf/
Dparse_context.h350 : EpsCopyInputStream(aliasing), depth_(depth) { in ParseContext()
359 int depth() const { return depth_; } in depth()
373 if (--depth_ < 0) return nullptr; in ParseGroup()
377 depth_++; in ParseGroup()
388 int depth_;
613 if (--depth_ < 0) return nullptr;
616 depth_++;
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dtypes.cpp144 depth_(depth), in Image()
156 return dim_ == it->dim_ && depth_ == it->depth_ && arrayed_ == it->arrayed_ && in IsSame()
164 oss << "image(" << sampled_type_->str() << ", " << dim_ << ", " << depth_ in str()
/third_party/boost/boost/spirit/home/support/
Dinfo.hpp78 basic_info_walker(Callback& callback_, utf8_string const& tag_, int depth_) in basic_info_walker()
79 : callback(callback_), tag(tag_), depth(depth_) {} in basic_info_walker()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/
Done_hot_parameter.h26 int depth_; member
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Done_hot_impl.cuh20 void OneHot(const S *indices, size_t depth_, const T *on_value, const T *off_value, size_t left_dim…
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Done_hot_fp32.c31 int depth = one_hot_param->depth_; in OneHotToFp32()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Done_hot_fp16.c30 int depth = one_hot_param->depth_; in OneHotToFp16()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtypes.cpp338 depth_(d), in Image()
350 return dim_ == it->dim_ && depth_ == it->depth_ && arrayed_ == it->arrayed_ && in IsSameImpl()
359 oss << "image(" << sampled_type_->str() << ", " << dim_ << ", " << depth_ in str()
369 words->push_back(depth_); in GetExtraHashWords()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtypes.cpp338 depth_(d), in Image()
350 return dim_ == it->dim_ && depth_ == it->depth_ && arrayed_ == it->arrayed_ && in IsSameImpl()
359 oss << "image(" << sampled_type_->str() << ", " << dim_ << ", " << depth_ in str()
369 words->push_back(depth_); in GetExtraHashWords()
/third_party/spirv-tools/source/opt/
Dtypes.cpp338 depth_(d), in Image()
350 return dim_ == it->dim_ && depth_ == it->depth_ && arrayed_ == it->arrayed_ && in IsSameImpl()
359 oss << "image(" << sampled_type_->str() << ", " << dim_ << ", " << depth_ in str()
369 words->push_back(depth_); in GetExtraHashWords()
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/
Ddeflate_stream.hpp371 std::uint8_t depth_[2*lCodes+1]; member in boost::beast::zlib::detail::deflate_stream
524 depth_[n] <= depth_[m]); in smaller()

12