Home
last modified time | relevance | path

Searched defs:ndims (Results 1 – 25 of 58) sorted by relevance

123

/external/tensorflow/tensorflow/core/framework/
Dops_util.h91 const int ndims = shape.dims(); in ComputeStride() local
104 const int ndims = shape.rank(); in ComputeEigenStrides() local
/external/tensorflow/tensorflow/core/kernels/
Dsparse_utils.cc168 int64_t ndims = indices.dim_size(1); in ValidateSparseTensorShape() local
185 const int64_t ndims = indices.dimension(1); in CreateIndexString() local
205 int64_t ndims = indices.dim_size(1); in ValidateSparseTensorIndicesUnordered() local
229 int64_t ndims = indices.dim_size(1); in ValidateSparseTensorIndicesOrdered() local
Dtile_functor_gpu.h34 const int32* __restrict__ buf, const int32 ndims, in TileKernel()
58 const int32 ndims = in.dims(); in TileSimple() local
Dsparse_reorder_op_gpu.cu.cc34 const int64 ndims, in IndicesFlattenKernel()
51 const int64 nnz, const int64 ndims, const int64* __restrict__ permutation, in PermuteIndicesAndValuesKernel()
Dsparse_tensor_dense_add_op.cc52 int64_t ndims = a_indices->dim_size(1); in ValidateInputs() local
116 const int ndims = static_cast<int>(a_indices_t->dim_size(1)); in Compute() local
Dbroadcast_to_op.h62 const int ndims = bcast.y_reshape().size(); in operator() local
Dtranspose_functor_gpu.cu.cc37 const int32 ndims, T* __restrict__ dst) { in TransposeKernel()
64 const int32 ndims = in.dims(); in TransposeSimple() local
Dtile_functor_cpu.h28 const int ndims = in.dims(); in TileSimpleImpl() local
Dcwise_ops_common.h67 int ndims; member
176 const int ndims = state.ndims; in Compute() local
Dsparse_to_dense_op_gpu.cu.cc40 const int ndims, T* __restrict__ dense) { in SparseToDenseKernel()
65 const int ndims, int* __restrict__ status) { in CheckIndicesValid()
Dtranspose_functor_cpu.cc37 const int ndims = in.dims(); in TransposeSimple() local
Dsparse_dense_binary_op_shared.cc143 const int ndims = lhs_dims.size(); in Compute() local
Dbetainc_op.cc88 int ndims = static_cast<int>(a_shaper.x_reshape().size()); in Compute() local
/external/tensorflow/tensorflow/core/kernels/linalg/
Dtridiagonal_matmul_op_gpu.cu.cc68 const int ndims = rhs.dims(); in Compute() local
99 const int ndims = rhs.dims(); in ValidateInputTensor() local
Dtridiagonal_solve_op_gpu.cu.cc257 const int ndims = lhs.dims(); in Compute() local
286 const int ndims = lhs.dims(); in ComputeWithGtsvBatched() local
331 const int ndims = lhs.dims(); in TransposeLhsForGtsvBatched() local
Ddeterminant_op.cc135 const int ndims = input.dims(); in ComputeAsync() local
275 const int ndims = input.dims(); in ComputeAsync() local
/external/tensorflow/tensorflow/python/kernel_tests/v1_compat_tests/
Dscatter_nd_ops_test.py31 def _FlatInnerDims(tensor, ndims=2): argument
38 def _FlatOuterDims(tensor, ndims=2): argument
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_tensor_coding.cc82 const int ndims = val.shape().dims(); in SkeletonEncodingSizeUpperBound() local
95 const int ndims = val.shape().dims(); in EncodeSkeleton() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dlu_decomposition.cc30 const int ndims = a_shape.rank(); in LuDecomposition() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dmatrix_inverse_op.cc32 int64_t ndims = input_shape.dims(); in Compile() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dcholesky_expander.cc59 const int ndims = a_shape.rank(); in CholeskyUnblocked() local
131 const int ndims = a_shape.rank(); in BuildCholesky() local
Dtriangular_solve_expander.cc44 int ndims = shape.rank(); in DiagonalBlocks() local
139 int64_t ndims = a_shape.rank(); in SolveWithInvertedDiagonalBlocks() local
372 const int64_t ndims = a_shape.rank(); in SolveByInvertingDiagonalBlocks() local
480 const int64_t ndims = a_shape.rank(); in BuildTriangularSolve() local
/external/tensorflow/tensorflow/compiler/tests/
Dscatter_nd_op_test.py32 def _FlatInnerDims(tensor, ndims=2): argument
39 def _FlatOuterDims(tensor, ndims=2): argument
/external/ComputeLibrary/src/common/utils/
DLegacySupport.cpp62 TensorShape create_legacy_tensor_shape(int32_t ndims, int32_t *shape) in create_legacy_tensor_shape()
/external/tensorflow/tensorflow/python/keras/layers/normalization/
Dlayer_normalization.py189 def _fused_can_be_used(self, ndims): argument

123