| /third_party/grpc/src/core/lib/gprpp/ |
| D | manual_constructor.h | 123 void Init() { in Init() function 134 void Init(Ts&&... args) { in Init() function 143 void Init(const DerivedType& x) { in Init() function 147 void Init(DerivedType&& x) { in Init() function 185 void Init() { new (&space_) Type; } in Init() function 194 void Init(Ts&&... args) { in Init() function 202 void Init(const Type& x) { new (&space_) Type(x); } in Init() function 203 void Init(Type&& x) { new (&space_) Type(std::move(x)); } in Init() function
|
| /third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/control/ |
| D | tensor_array.cc | 41 int TensorArrayCPUKernel::Init() { in Init() function in mindspore::kernel::TensorArrayCPUKernel 84 int TensorArrayBaseCPUKernel::Init() { in Init() function in mindspore::kernel::TensorArrayBaseCPUKernel 110 int TensorArrayReadCPUKernel::Init() { in Init() function in mindspore::kernel::TensorArrayReadCPUKernel 128 int TensorArrayWriteCPUKernel::Init() { in Init() function in mindspore::kernel::TensorArrayWriteCPUKernel
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cTextureGatherTests.cpp | 960 virtual void Init() in Init() function in gl4cts::__anonc837df7e0111::GatherBase 1187 virtual void Init() in Init() function in gl4cts::__anonc837df7e0111::PlainGatherInt2DRgba 1254 virtual void Init() in Init() function in gl4cts::__anonc837df7e0111::PlainGatherUint2D 1329 virtual void Init() in Init() function in gl4cts::__anonc837df7e0111::PlainGatherDepth2D 1361 virtual void Init() in Init() function in gl4cts::__anonc837df7e0111::PlainGatherFloat2DArray 1382 virtual void Init() in Init() function in gl4cts::__anonc837df7e0111::PlainGatherUnorm2DArray 1408 virtual void Init() in Init() function in gl4cts::__anonc837df7e0111::PlainGatherInt2DArray 1478 virtual void Init() in Init() function in gl4cts::__anonc837df7e0111::PlainGatherUint2DArray 1558 virtual void Init() in Init() function in gl4cts::__anonc837df7e0111::PlainGatherDepth2DArray 1590 virtual void Init() in Init() function in gl4cts::__anonc837df7e0111::PlainGatherFloatCubeRgba [all …]
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| D | es31cTextureGatherTests.cpp | 855 virtual void Init() in Init() function in glcts::__anonacf70d0f0111::GatherBase 1020 virtual void Init() in Init() function in glcts::__anonacf70d0f0111::PlainGatherInt2D 1049 virtual void Init() in Init() function in glcts::__anonacf70d0f0111::PlainGatherUint2D 1093 virtual void Init() in Init() function in glcts::__anonacf70d0f0111::PlainGatherDepth2D 1123 virtual void Init() in Init() function in glcts::__anonacf70d0f0111::PlainGatherFloat2DArray 1142 virtual void Init() in Init() function in glcts::__anonacf70d0f0111::PlainGatherInt2DArray 1181 virtual void Init() in Init() function in glcts::__anonacf70d0f0111::PlainGatherUint2DArray 1230 virtual void Init() in Init() function in glcts::__anonacf70d0f0111::PlainGatherDepth2DArray 1260 virtual void Init() in Init() function in glcts::__anonacf70d0f0111::PlainGatherFloatCube 1284 virtual void Init() in Init() function in glcts::__anonacf70d0f0111::PlainGatherIntCube [all …]
|
| /third_party/grpc/test/cpp/common/ |
| D | channel_filter_test.cc | 31 grpc_error* Init(grpc_channel_element* /*elem*/, in Init() function in grpc::testing::MyChannelData 42 grpc_error* Init(grpc_call_element* /*elem*/, in Init() function in grpc::testing::MyCallData
|
| /third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/ |
| D | relux_int8.h | 54 int Init() override { in Init() function 70 int Init() override { in Init() function
|
| /third_party/mindspore/mindspore/lite/src/ |
| D | sub_graph_kernel.h | 98 int Init() override { return mindspore::lite::RET_OK; } in Init() function 133 int Init() override { return SubGraphKernel::Init(); } in Init() function 164 int Init() override { in Init() function 231 int Init() override { return SubGraphKernel::Init(); } in Init() function
|
| /third_party/abseil-cpp/absl/hash/ |
| D | hash.h | 307 void Init(T* state) { in Init() function 313 void Init(HashState* state) { in Init() function
|
| /third_party/grpc/test/cpp/microbenchmarks/ |
| D | bm_channel.cc | 44 void Init() override { in Init() function in InsecureChannelFixture 52 void Init() override { in Init() function in LameChannelFixture
|
| /third_party/json/benchmarks/thirdparty/benchmark/src/ |
| D | re.h | 85 inline bool Regex::Init(const std::string& spec, std::string* error) { in Init() function 113 inline bool Regex::Init(const std::string& spec, std::string* error) { in Init() function
|
| /third_party/benchmark/src/ |
| D | re.h | 90 inline bool Regex::Init(const std::string& spec, std::string* error) { in Init() function 119 inline bool Regex::Init(const std::string& spec, std::string* error) { in Init() function
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/hash/ |
| D | hash.h | 329 void Init(T* state) { in Init() function 335 void Init(HashState* state) { in Init() function
|
| /third_party/mindspore/mindspore/core/ops/ |
| D | LayerNormXBackprop.h | 35 void Init() const {} in Init() function
|
| D | abs.h | 38 void Init() {} in Init() function
|
| D | ones.h | 39 void Init() {} in Init() function
|
| D | softplus.h | 39 void Init() {} in Init() function
|
| D | zeros.h | 39 void Init() {} in Init() function
|
| D | layer_norm_x_backprop_v2.h | 35 void Init() {} in Init() function
|
| D | square.h | 37 void Init() {} in Init() function
|
| D | LayerNormBetaGammaBackprop.h | 35 void Init() const {} in Init() function
|
| D | gather_d.h | 40 void Init() {} in Init() function
|
| D | log1p.h | 40 void Init() {} in Init() function
|
| D | attention.h | 42 void Init() {} in Init() function
|
| /third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/ |
| D | depth_to_space_fp16.cc | 25 int DepthToSpaceFp16CPUKernel::Init() { in Init() function in mindspore::kernel::DepthToSpaceFp16CPUKernel
|
| /third_party/grpc/src/cpp/ext/filters/census/ |
| D | channel_filter.cc | 25 grpc_error* CensusChannelData::Init(grpc_channel_element* /*elem*/, in Init() function in grpc::CensusChannelData
|