OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:z_output
(Results
1 - 2
of
2
) sorted by null
/external/libevent/test/
regress_zlib.c
281
z_stream *z_input, *
z_output
;
local
299
z_output
= mm_calloc(sizeof(*
z_output
), 1);
300
r = deflateInit(
z_output
, Z_DEFAULT_COMPRESSION);
308
BEV_OPT_CLOSE_ON_FREE, zlib_deflate_free,
z_output
);
/external/tensorflow/tensorflow/core/kernels/
cwise_ops_common.h
175
Tensor*
z_output
= nullptr;
variable
177
context->allocate_output(0, x_input.shape(), &
z_output
));
181
typename TTypes<bool>::Flat z(
z_output
->flat<bool>());
Completed in 217 milliseconds