OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:column_start
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
tiled_dot_emitter.cc
256
MemoryTile GetLhsMemoryTile(llvm::Value*
column_start
, int64 column_count) {
259
/*major_dim_offset=*/
column_start
,
294
MemoryTile lhs_memory_tile = GetLhsMemoryTile(/*
column_start
=*/column,
583
int64
column_start
= k() - (k() % tile_cols());
local
584
if (
column_start
== k()) {
593
ksl_.For("dot.inner.epilg.inner", /*start=*/
column_start
, /*end=*/k(),
[
all
...]
/external/libvpx/libvpx/vpx_dsp/x86/
fwd_txfm_impl_sse2.h
607
int
column_start
;
local
611
for (
column_start
= 0;
column_start
< 16;
column_start
+= 8) {
[
all
...]
fwd_dct32x32_impl_avx2.h
98
int
column_start
;
local
99
for (
column_start
= 0;
column_start
< 32;
column_start
+= 16) {
108
const int16_t *in = &input[
column_start
];
257
int16_t *in = &intermediate[
column_start
];
[
all
...]
fwd_dct32x32_impl_sse2.h
113
int
column_start
;
local
114
for (
column_start
= 0;
column_start
< 32;
column_start
+= 8) {
123
const int16_t *in = &input[
column_start
];
248
int16_t *in = &intermediate[
column_start
];
[
all
...]
/external/perfetto/src/perfetto_cmd/
pbtxt_to_pb_unittest.cc
43
size_t
column_start
,
Completed in 758 milliseconds