Home
last modified time | relevance | path

Searched refs:bound_ (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/boost/format/
Dformat_implementation.hpp69 : 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 …]
Dfeed_args.hpp303 if(self.bound_.size() != 0) { in feed_impl()
304 while( self.cur_arg_ < self.num_args_ && self.bound_[self.cur_arg_] ) in feed_impl()
Dformat_class.hpp165 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/
Dargmax_gpu_kernel.h33 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
Dargmaxandminwithvalue_gpu_kernel.h46 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/
Dtext_handler.cpp162 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()
Dtext_handler.h128 bound_(1),
257 uint32_t bound_; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.cpp163 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()
Dtext_handler.h128 bound_(1),
257 uint32_t bound_; variable
/third_party/skia/third_party/externals/spirv-tools/source/
Dtext_handler.cpp163 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()
Dtext_handler.h128 bound_(1),
257 uint32_t bound_; variable
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dtext_handler.cpp162 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()
Dtext_handler.h122 : current_position_({}), consumer_(consumer), text_(text), bound_(1),
250 uint32_t bound_; variable
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dgeneral_reduction_impl.cuh20 void CalGeneralReduction(bool small, const T *input, const size_t bound_, const size_t outerSize_,
Dgeneral_reduction_impl.cu330 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 …