OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:offset_h
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
depthtospace_op.cc
161
const int
offset_h
= (h % block_size);
local
166
(
offset_h
* block_size + offset_w) * output_depth;
spacetodepth_op.cc
162
const int
offset_h
= (h % block_size);
local
166
const int offset_d = (
offset_h
* block_size + offset_w) * input_depth;
depthtospace_op_gpu.cu.cc
51
const int
offset_h
= h % block_size;
local
54
const int offset_d = (
offset_h
* block_size + offset_w) * output_depth;
spacetodepth_op_gpu.cu.cc
49
const int
offset_h
= h % block_size;
local
52
const int offset_d = (
offset_h
* block_size + offset_w) * input_depth;
/art/compiler/optimizing/
code_generator_mips.cc
1181
intptr_t
offset_h
= loc1.IsDoubleStackSlot() ? loc1.GetHighStackIndex(kMipsWordSize)
local
[
all
...]
Completed in 410 milliseconds