OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lhs_block
(Results
1 - 3
of
3
) sorted by null
/external/gemmlowp/internal/
multi_thread_gemm.h
673
auto
lhs_block
= lhs.block(start_row, 0, block_rows, depth);
local
680
new TaskType(context, kernel,
lhs_block
, packed_rhs, result,
/external/tensorflow/tensorflow/core/kernels/
deep_conv2d.cc
490
// Packs transformed filters stored in 'lhs_input' into '
lhs_block
' in a
493
// Data layout for '
lhs_block
':
508
T*
lhs_block
)
511
lhs_block_(
lhs_block
),
560
// Computes the product of filters stored in '
lhs_block
' and input tiles
563
// Data layout for '
lhs_block
':
589
const int64 out_buffer_size, const T*
lhs_block
, const T* rhs_input,
595
lhs_block_(
lhs_block
),
[
all
...]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionCuda.h
322
const Scalar*
lhs_block
= &lhs_shmem[threadIdx.x + 9 * threadIdx.y];
local
325
#define lhs_element(i, j)
lhs_block
[72 * ((i) + 8 * (j))]
[
all
...]
Completed in 260 milliseconds