Home
last modified time | relevance | path

Searched defs:InputContext (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/tools/
Ddump_obu.cc30 struct InputContext { struct
32 ~InputContext() { free(unit_buffer); } in ~InputContext()
34 void Init() { in Init()
43 AvxInputContext *avx_ctx = nullptr;
44 ObuDecInputContext *obu_ctx = nullptr;
46 WebmInputContext *webm_ctx = nullptr;
48 uint8_t *unit_buffer = nullptr;
49 size_t unit_buffer_size = 0;
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib.py227 class InputContext(object): class