Home
last modified time | relevance | path

Searched defs:num_slices (Results 1 – 12 of 12) sorted by relevance

/external/grpc-grpc/test/core/http/
Dparser_test.cc41 size_t num_slices; in test_request_succeeds() local
99 size_t num_slices; in test_succeeds() local
153 size_t num_slices; in test_fails() local
186 size_t num_slices; in test_request_fails() local
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_util_test.cc35 grpc::ByteBuffer MakeBuffer(const string& str, int num_slices) { in MakeBuffer()
163 static void BM_ParseGrpc(int iters, int size, int num_slices) { in BM_ParseGrpc()
Dgrpc_tensor_coding.cc209 int num_slices = 0; in EncodeTensorToByteBuffer() local
/external/tensorflow/tensorflow/core/kernels/data/
Dtensor_slice_dataset_op.cc45 const int64 num_slices = inputs[0].dim_size(0); in MakeDataset() local
Dsparse_tensor_slice_dataset_op_test.cc473 int64 num_slices = input_sparse_tensor.dense_shape.dim_size(0); in TEST_F() local
Dtensor_slice_dataset_op_test.cc565 int64 num_slices = inputs[0].tensor->dim_size(0); in TEST_F() local
/external/tensorflow/tensorflow/core/util/
Dtensor_slice_reader.cc307 const int num_slices = e.second->Slices().size(); in DebugString() local
/external/mesa3d/src/intel/common/
Dgen_device_info.h108 unsigned num_slices; member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c93 unsigned align_x, align_y, nblocksx, nblocksy, block_size, num_slices; in llvmpipe_texture_layout() local
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc1292 const MatrixR& mat, const int num_rows, const int num_slices, in SliceMatrix()
1310 const int num_slices = (num_cols + N - 1) / N; in CreateDenseSlices() local
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py2450 def _iter_slices(full_shape, num_slices, slice_dim): argument
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h164 unsigned num_slices; member