Home
last modified time | relevance | path

Searched defs:NDIM (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/util/sparse/
H A Dsparse_tensor_test.cc36 GetSimpleIndexTensor(int N, const int NDIM) { in GetSimpleIndexTensor()
62 const int NDIM = 3; in TEST() local
95 const int NDIM = 3; in TEST() local
108 const int NDIM = 3; in TEST() local
121 const int NDIM = 3; in TEST() local
134 const int NDIM = 3; in TEST() local
147 const int NDIM = 3; in TEST() local
159 const int NDIM = 3; in TEST() local
172 const int NDIM = 3; in TEST() local
230 const int NDIM = 3; in TEST() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dstrided_slice_op_impl.h190 #define PREVENT_INSTANTIATE_DIM1_AND_UP(T, NDIM) \ argument
225 #define PREVENT_INSTANTIATE_DIM0_ONLY(T, NDIM) \ argument
238 #define PREVENT_INSTANTIATE(T, NDIM) PREVENT_INSTANTIATE_DIM0_ONLY(T, NDIM) argument
240 #define PREVENT_INSTANTIATE(T, NDIM) PREVENT_INSTANTIATE_DIM1_AND_UP(T, NDIM) argument
243 #define PREVENT_INSTANTIATE(T, NDIM) argument
H A Dtile_ops.cc101 #define DECLARE_CUDA_DIM(T, NDIM) \ argument
105 #define DECLARE_CUDA_DIM(T, NDIM) argument
128 #define DECLARE_DIM(T, NDIM) \ argument
373 #define HANDLE_DIM(DT, NDIM) \ in Compute() argument
H A Dslice_op.cc195 #define HANDLE_DIM(NDIM) \ in Compute() argument
241 #define DECLARE_CPU_SPEC(T, NDIM) \ argument
281 #define DECLARE_GPU_SPEC(T, NDIM) \ argument
H A Dtile_ops_gpu_impl.h41 #define DEFINE_DIM(T, NDIM) \ argument
45 #define DEFINE_TILE_OPS(NDIM) \ argument
H A Dstrided_slice_op.cc161 #define HANDLE_DIM(NDIM) \ in Compute() argument
260 #define HANDLE_DIM(NDIM) \ in Compute() argument
382 #define HANDLE_DIM(NDIM) \ in Compute() argument
H A Dbetainc_op.cc91 #define CASE(NDIM) \ in Compute() argument
129 #define DECLARE_GPU_SPEC_NDIM(T, NDIM) \ argument
H A Dwhere_op.cc159 #define HANDLE_DIM(NDIM) \ in Compute() argument
312 #define HANDLE_DIM(NDIM) \ in ComputeAsyncType() argument
H A Dbetainc_op_gpu.cu.cc33 #define DEFINE_GPU_KERNELS_NDIM(T, NDIM) \ argument
H A Dtile_ops_cpu_impl.h30 #define DEFINE_DIM(T, NDIM) \ argument
H A Dsparse_dense_binary_op_shared.cc145 #define CASE(NDIM) \ in Compute() argument
H A Dgather_nd_op.cc81 #define DECLARE_GPU_SPECS_INDEX_NDIM(T, Index, NDIM) \ argument
H A Dargmax_op.cc84 #define HANDLE_DIM(NDIM) \ in Compute() argument
H A Dgather_nd_op_gpu.cu.cc104 #define DEFINE_GPU_SPECS_INDEX_NDIM(T, Index, NDIM) \ argument
H A Dsparse_to_dense_op_test.cc202 const int NDIM = state.range(0); in BM_SparseToDense() local
H A Dreverse_sequence_op.cc144 #define HANDLE_DIM(NDIM) \ in Compute() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/linalg/
H A Deinsum_op_gpu.cu.cc24 #define DECLARE_GPU_SPECS_NDIM(T, NDIM) \ argument