Home
last modified time | relevance | path

Searched refs:num_z (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/panfrost/lib/
Dpan_invocation.c47 unsigned num_z, in panfrost_pack_work_groups_compute() argument
66 MALI_POSITIVE(num_z), in panfrost_pack_work_groups_compute()
92 if (quirk_graphics && (num_z <= 1)) in panfrost_pack_work_groups_compute()
Dpan_encoder.h40 unsigned num_z,
/external/tensorflow/tensorflow/stream_executor/
Dfft.h104 uint64 num_y, uint64 num_z,
119 Stream *stream, uint64 num_x, uint64 num_y, uint64 num_z, Type type,
221 Stream *stream, uint64 num_x, uint64 num_y, uint64 num_z, \
230 Stream *stream, uint64 num_x, uint64 num_y, uint64 num_z, \
/external/tensorflow/tensorflow/core/kernels/
Dreduction_ops_test.cc61 static Graph* ThreeDYReduce(const string& reduce, int num_y, int num_z) { in ThreeDYReduce() argument
63 Tensor data(DT_FLOAT, TensorShape({4, num_y, num_z})); in ThreeDYReduce()
72 static Graph* ThreeDXZReduce(const string& reduce, int num_y, int num_z) { in ThreeDXZReduce() argument
74 Tensor data(DT_FLOAT, TensorShape({4, num_y, num_z})); in ThreeDXZReduce()
Dscan_ops_test.cc58 static Graph* ThreeDYCumsum(int num_y, int num_z, bool reverse = false) { in ThreeDYCumsum() argument
60 Tensor data(DT_FLOAT, TensorShape({32, num_y, num_z})); in ThreeDYCumsum()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_fft.cc359 uint64 num_y, uint64 num_z, in Create3dPlan() argument
363 uint64 elem_count[3] = {num_x, num_y, num_z}; in Create3dPlan()
368 << " num_z: " << num_z; in Create3dPlan()
376 Stream *stream, uint64 num_x, uint64 num_y, uint64 num_z, fft::Type type, in Create3dPlanWithScratchAllocator() argument
379 uint64 elem_count[3] = {num_x, num_y, num_z}; in Create3dPlanWithScratchAllocator()
384 << " num_z: " << num_z; in Create3dPlanWithScratchAllocator()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_fft.cc432 uint64 num_y, uint64 num_z, in Create3dPlan() argument
436 uint64 elem_count[3] = {num_x, num_y, num_z}; in Create3dPlan()
447 Stream *stream, uint64 num_x, uint64 num_y, uint64 num_z, fft::Type type, in Create3dPlanWithScratchAllocator() argument
450 uint64 elem_count[3] = {num_x, num_y, num_z}; in Create3dPlanWithScratchAllocator()