Home
last modified time | relevance | path

Searched defs:in_batch (Results 1 – 25 of 33) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Dcudnn_pooling_gpu.cc45 const int64_t in_batch = GetTensorDim(tensor_in, data_format, 'N'); in Compute() local
140 const int64_t in_batch = GetTensorDim(tensor_in_shape, data_format, 'N'); in Compute() local
Dconv_ops_3d.cc149 const int64_t in_batch = GetTensorDim(input, data_format_, 'N'); in Compute() local
240 const int64_t in_batch = GetTensorDim(input, data_format, 'N'); in launch() local
Dfused_batch_norm_op.cc131 const int64_t in_batch = GetTensorDim(x_input, tensor_format, 'N'); in operator ()() local
272 const int64_t in_batch = GetTensorDim(x_input, tensor_format, 'N'); in operator ()() local
373 const int64_t in_batch = GetTensorDim(x_input, tensor_format, 'N'); in operator ()() local
1297 const int64_t in_batch = GetTensorDim(x, tensor_format_, 'N'); in ComputeWithReservedSpace() local
1542 const int64_t in_batch = GetTensorDim(x, tensor_format_, 'N'); in ComputeWithReservedSpace() local
Dpooling_ops_3d.cc172 const int64_t in_batch = GetTensorDim(tensor_in, data_format_, 'N'); in Compute() local
367 const int64_t in_batch = GetTensorDim(tensor_in, data_format_, 'N'); in Compute() local
Dfractional_avg_pool_op.cc296 const int64_t in_batch = orig_input_tensor_shape_flat(0); in Compute() local
Dconv_ops.cc821 const int64_t in_batch = GetTensorDim(input, data_format, 'N'); in operator ()() local
/external/ComputeLibrary/src/core/NEON/kernels/convolution/common/
Dshims.hpp174 const T* const in_batch = in + n*in_batch_stride; in nchw_to_nhwc() local
345 const T* const in_batch = in + n*in_batch_stride; in nchw_to_nhwc() local
405 const T* const in_batch = in + n*in_batch_stride; in nhwc_to_nchw() local
588 const T* const in_batch = in + n*in_batch_stride; in nhwc_to_nchw() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dbatch_to_space_nd.h73 for (int in_batch = 0; in_batch < input_batch_size; ++in_batch) { in BatchToSpaceND() local
/external/executorch/backends/vulkan/runtime/graph/ops/impl/
DRepeat.cpp82 int32_t in_batch = utils::safe_downcast<int32_t>(dim_at<kBatch4D>(in_sizes)); in add_repeat_channel_node() local
/external/executorch/backends/cadence/reference/operators/
Dquantized_conv_out.cpp73 const IT* in_batch = p_in + _n * c * h * w; in conv2d_nchw_core_generic() local
/external/libbpf/src/
Dbpf.c523 static int bpf_map_batch_common(int cmd, int fd, void *in_batch, in bpf_map_batch_common()
558 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch()
566 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, in bpf_map_lookup_and_delete_batch()
/external/bcc/src/cc/
Dlibbpf.c435 int bpf_lookup_batch(int fd, __u32 *in_batch, __u32 *out_batch, void *keys, in bpf_lookup_batch()
452 int bpf_lookup_and_delete_batch(int fd, __u32 *in_batch, __u32 *out_batch, in bpf_lookup_and_delete_batch()
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/
Donedevice_train_palm_detection_filter_inference_beta.cc469 for (int32_t in_batch = 0; in_batch < input_batch_size; ++in_batch) { in BatchToSpaceNDRank4() local
Donedevice_train_palm_detection_filter_inference_v2.cc469 for (int32_t in_batch = 0; in_batch < input_batch_size; ++in_batch) { in BatchToSpaceNDRank4() local
Donedevice_train_palm_detection_filter_inference.cc470 for (int32_t in_batch = 0; in_batch < input_batch_size; ++in_batch) { in BatchToSpaceNDRank4() local
/external/bpftool/include/uapi/linux/
Dbpf.h1508 __aligned_u64 in_batch; /* start batch, member
/external/libbpf/include/uapi/linux/
Dbpf.h1508 __aligned_u64 in_batch; /* start batch, member
/external/v4l-utils/include/linux/
Dbpf.h1510 __aligned_u64 in_batch; /* start batch, member
/external/kernel-headers/original/uapi/linux/
Dbpf.h1515 __aligned_u64 in_batch; /* start batch, member
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc4474 int in_batch = 10; in TEST_F() member
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h4239 for (int in_batch = 0; in_batch < input_batch_size; ++in_batch) { in BatchToSpaceND() local
/external/rust/android-crates-io/crates/libbpf-sys/src/
Dbindings.rs2400 pub in_batch: __u64, field
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h6236 __u64 in_batch; member
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_600.h13259 __u64 in_batch; member
Dvmlinux.h13259 __u64 in_batch; member

12