Home
last modified time | relevance | path

Searched refs:alloc_handle (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc1137 int64 alloc_handle = outputs[0].scalar<int64>()(); in TEST() local
1143 ops::XRTExecute(root, c_handle.handle, e_config, {Input(alloc_handle)}); in TEST()
1162 auto read_handle = ops::XRTReadLiteral(root, Input(alloc_handle)); in TEST()
1165 root.WithControlDependencies(read_handle), Input(alloc_handle)); in TEST()
/external/iptables/libiptc/
Dlibiptc.c1279 alloc_handle(const char *tablename, unsigned int size, unsigned int num_rules) in alloc_handle() function
1346 if ((h = alloc_handle(info.name, info.size, info.num_entries)) in TC_INIT()