/third_party/boost/boost/format/ |
D | format_implementation.hpp | 69 : items_(x.items_), bound_(x.bound_), style_(x.style_), in basic_format() 94 bound_.swap(x.bound_); in swap() 122 bound_.resize(0); in make_or_reuse_data() 135 BOOST_ASSERT( bound_.size()==0 || num_args_ == static_cast<int>(bound_.size()) ); in clear() 139 if( bound_.size()==0 || items_[i].argN_<0 || !bound_[ items_[i].argN_ ] ) in clear() 144 if(bound_.size() != 0) { in clear() 145 for(; cur_arg_ < num_args_ && bound_[cur_arg_]; ++cur_arg_) in clear() 155 bound_.resize(0); in clear_binds() 164 if(argN<1 || argN > num_args_ || bound_.size()==0 || !bound_[argN-1] ) { in clear_bind() 169 bound_[argN-1]=false; in clear_bind() [all …]
|
D | feed_args.hpp | 303 if(self.bound_.size() != 0) { in feed_impl() 304 while( self.cur_arg_ < self.num_args_ && self.bound_[self.cur_arg_] ) in feed_impl()
|
D | format_class.hpp | 165 std::vector<bool> bound_; // stores which arguments were bound. size() == 0 || num_args member in boost::basic_format
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/ |
D | argmax_gpu_kernel.h | 33 bound_(0), in ArgmaxGpuKernel() 52 …CalArgmax(input, bound_, outer_size_, inner_size_, output, reinterpret_cast<cudaStream_t>(stream_p… in Launch() 82 bound_ = static_cast<S>(shape[axis]); in Init() 83 if (shape[axis] != static_cast<size_t>(bound_)) { in Init() 111 S bound_; variable
|
D | argmaxandminwithvalue_gpu_kernel.h | 46 CalGeneralReduction(small_, input, bound_, outerSize_, innerSize_, index, output, in Launch() 79 bound_ = static_cast<S>(shape[axis]); in Init() 80 if (shape[axis] != static_cast<size_t>(bound_)) { in Init() 98 bound_ = 0; in ResetResource() 121 S bound_; variable
|
/third_party/spirv-tools/source/ |
D | text_handler.cpp | 162 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet() 178 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet() 185 uint32_t AssemblyContext::getBound() const { return bound_; } in getBound()
|
D | text_handler.h | 128 bound_(1), 257 uint32_t bound_; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | text_handler.cpp | 163 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet() 179 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet() 186 uint32_t AssemblyContext::getBound() const { return bound_; } in getBound()
|
D | text_handler.h | 128 bound_(1), 257 uint32_t bound_; variable
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | text_handler.cpp | 163 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet() 179 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet() 186 uint32_t AssemblyContext::getBound() const { return bound_; } in getBound()
|
D | text_handler.h | 128 bound_(1), 257 uint32_t bound_; variable
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | text_handler.cpp | 162 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet() 178 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet() 185 uint32_t AssemblyContext::getBound() const { return bound_; } in getBound()
|
D | text_handler.h | 122 : current_position_({}), consumer_(consumer), text_(text), bound_(1), 250 uint32_t bound_; variable
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | general_reduction_impl.cuh | 20 void CalGeneralReduction(bool small, const T *input, const size_t bound_, const size_t outerSize_,
|
D | general_reduction_impl.cu | 330 template void CalGeneralReduction(bool small, const double *input, const size_t bound_, const size_… 332 template void CalGeneralReduction(bool small, const float *input, const size_t bound_, const size_t… 334 template void CalGeneralReduction(bool small, const half *input, const size_t bound_, const size_t …
|