Home
last modified time | relevance | path

Searched refs:arg_types_ (Results 1 – 25 of 26) sorted by relevance

12

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/ocl/
H A Docl_gpu_kernel.hpp41 , arg_types_(arg_types) { in ocl_gpu_kernel_t()
69 return arg_types_; in arg_types()
76 arg_types_.clear(); in clear()
85 , arg_types_(arg_types) { in ocl_gpu_kernel_t()
94 std::vector<gpu::compute::scalar_type_t> arg_types_; member in dnnl::impl::gpu::ocl::ocl_gpu_kernel_t
H A Docl_gpu_kernel.cpp92 arg_types_[i], arg, cast_storage); in parallel_for()
119 (*kernel) = compute::kernel_t(new ocl_gpu_kernel_t(k, arg_types_)); in realize()
139 (*kernel) = compute::kernel_t(new ocl_gpu_kernel_t(ocl_kernel, arg_types_)); in realize()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/ocl/
H A Docl_gpu_kernel.hpp42 , arg_types_(arg_types) { in ocl_gpu_kernel_t()
70 return arg_types_; in arg_types()
77 arg_types_.clear(); in clear()
86 , arg_types_(arg_types) { in ocl_gpu_kernel_t()
95 std::vector<gpu::compute::scalar_type_t> arg_types_; member in dnnl::impl::gpu::ocl::ocl_gpu_kernel_t
H A Docl_gpu_kernel.cpp155 arg_types_[i], arg, cast_storage); in parallel_for()
182 (*kernel) = compute::kernel_t(new ocl_gpu_kernel_t(k, arg_types_)); in realize()
202 (*kernel) = compute::kernel_t(new ocl_gpu_kernel_t(ocl_kernel, arg_types_)); in realize()
/dports/math/onednn/oneDNN-2.5.1/src/sycl/
H A Dsycl_interop_gpu_kernel.hpp39 , arg_types_(arg_types) { in sycl_interop_gpu_kernel_t()
69 arg_types_.clear(); in clear()
79 , arg_types_(arg_types) {} in sycl_interop_gpu_kernel_t()
86 std::vector<gpu::compute::scalar_type_t> arg_types_; member in dnnl::impl::sycl::sycl_interop_gpu_kernel_t
H A Dsycl_interop_gpu_kernel.cpp87 new sycl_interop_gpu_kernel_t(*sycl_kernel, arg_types_)); in realize()
111 new sycl_interop_gpu_kernel_t(*sycl_kernel, arg_types_)); in realize()
185 if (arg_types_[i] == gpu::compute::scalar_type_t::undef) { in parallel_for()
192 arg_types_[i], arg, cast_storage); in parallel_for()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/sycl/
H A Dsycl_interop_gpu_kernel.hpp39 , arg_types_(arg_types) { in sycl_interop_gpu_kernel_t()
69 arg_types_.clear(); in clear()
79 , arg_types_(arg_types) {} in sycl_interop_gpu_kernel_t()
86 std::vector<gpu::compute::scalar_type_t> arg_types_; member in dnnl::impl::sycl::sycl_interop_gpu_kernel_t
H A Dsycl_interop_gpu_kernel.cpp82 p->get_kernel(binary_name_), arg_types_)); in realize()
118 sycl_program->get_kernel(binary_name_), arg_types_)); in realize()
178 if (arg_types_[i] == gpu::compute::scalar_type_t::undef) { in parallel_for()
185 arg_types_[i], arg, cast_storage); in parallel_for()
/dports/www/node10/node-v10.24.1/deps/v8/src/libplatform/tracing/
H A Dtrace-object.cc60 arg_types_[i] = arg_types[i]; in Initialize()
72 if (arg_types_[i] == TRACE_VALUE_TYPE_STRING) in Initialize()
73 arg_types_[i] = TRACE_VALUE_TYPE_COPY_STRING; in Initialize()
80 arg_is_copy[i] = (arg_types_[i] == TRACE_VALUE_TYPE_COPY_STRING); in Initialize()
/dports/lang/v8/v8-9.6.180.12/src/libplatform/tracing/
H A Dtrace-object.cc59 arg_types_[i] = arg_types[i]; in Initialize()
71 if (arg_types_[i] == TRACE_VALUE_TYPE_STRING) in Initialize()
72 arg_types_[i] = TRACE_VALUE_TYPE_COPY_STRING; in Initialize()
79 arg_is_copy[i] = (arg_types_[i] == TRACE_VALUE_TYPE_COPY_STRING); in Initialize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/libplatform/tracing/
H A Dtrace-object.cc59 arg_types_[i] = arg_types[i]; in Initialize()
71 if (arg_types_[i] == TRACE_VALUE_TYPE_STRING) in Initialize()
72 arg_types_[i] = TRACE_VALUE_TYPE_COPY_STRING; in Initialize()
79 arg_is_copy[i] = (arg_types_[i] == TRACE_VALUE_TYPE_COPY_STRING); in Initialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/libplatform/tracing/
H A Dtrace-object.cc59 arg_types_[i] = arg_types[i]; in Initialize()
71 if (arg_types_[i] == TRACE_VALUE_TYPE_STRING) in Initialize()
72 arg_types_[i] = TRACE_VALUE_TYPE_COPY_STRING; in Initialize()
79 arg_is_copy[i] = (arg_types_[i] == TRACE_VALUE_TYPE_COPY_STRING); in Initialize()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Devent_response.hpp60 const StringRefVec& arg_types() const { return arg_types_; } in arg_types()
73 StringRefVec arg_types_; member in datastax::internal::core::EventResponse
H A Derror_response.hpp64 const StringRefVec& arg_types() const { return arg_types_; } in arg_types()
84 StringRefVec arg_types_; member in datastax::internal::core::ErrorResponse
H A Devent_response.cpp98 CHECK_RESULT(decoder.decode_stringlist(arg_types_)); in decode()
H A Derror_response.cpp153 CHECK_RESULT(decoder.decode_stringlist(arg_types_)); in decode()
H A Dmetadata.hpp231 const DataType::Vec arg_types() const { return arg_types_; } in arg_types()
240 DataType::Vec arg_types_; member in datastax::internal::core::AggregateMetadata
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DPipeline.h589 std::vector<Type> arg_types_; member
597 arg_types_(arg_types) { in ExternSignature()
605 arg_types_({type_of<Args>()...}) { in ExternSignature()
618 return arg_types_; in arg_types()
629 for (const auto &t : sig.arg_types_) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/include/libplatform/
H A Dv8-tracing.h77 uint8_t* arg_types() { return arg_types_; } in arg_types()
99 uint8_t arg_types_[kTraceMaxNumArgs]; variable
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node/include/node/libplatform/
H A Dv8-tracing.h69 uint8_t* arg_types() { return arg_types_; } in arg_types()
91 uint8_t arg_types_[kTraceMaxNumArgs]; variable
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node/include/node/libplatform/
H A Dv8-tracing.h69 uint8_t* arg_types() { return arg_types_; } in arg_types()
91 uint8_t arg_types_[kTraceMaxNumArgs]; variable
/dports/www/node10/node-v10.24.1/deps/v8/include/libplatform/
H A Dv8-tracing.h69 uint8_t* arg_types() { return arg_types_; } in arg_types()
91 uint8_t arg_types_[kTraceMaxNumArgs]; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/include/libplatform/
H A Dv8-tracing.h79 uint8_t* arg_types() { return arg_types_; } in arg_types()
101 uint8_t arg_types_[kTraceMaxNumArgs]; variable
/dports/lang/v8/v8-9.6.180.12/include/libplatform/
H A Dv8-tracing.h79 uint8_t* arg_types() { return arg_types_; } in arg_types()
101 uint8_t arg_types_[kTraceMaxNumArgs]; variable
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node/include/node/libplatform/
H A Dv8-tracing.h79 uint8_t* arg_types() { return arg_types_; } in arg_types()
101 uint8_t arg_types_[kTraceMaxNumArgs]; variable

12