OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:out_batches
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/
graph_functions_wrapper.c
215
const uint32_t int_data_size, uint32_t*
out_batches
, uint32_t* out_height,
243
*
out_batches
= output.batches;
251
TFMLOGD("%d x %d x %d x %d, byte size = %d\n", *
out_batches
, *out_height,
259
uint32_t
out_batches
, out_height, out_width, out_depth;
local
268
&
out_batches
, &out_height, &out_width, &out_depth,
273
s_output_values,
out_batches
* out_height * out_width * out_depth,
275
TFMLOGD("%d x %d x %d x %d, size = %d\n",
out_batches
, out_height,
279
out_batches
* out_height * out_width * out_depth));
hexagon_controller.c
184
const uint32_t
out_batches
= output0->batches;
local
203
out_batches
* out_height * out_width * out_depth, OUT_RANKING_SIZE,
205
TFMLOGD("%d x %d x %d x %d, byte size = %d, buf size = %d\n",
out_batches
,
Completed in 67 milliseconds