Home
last modified time | relevance | path

Searched refs:c_handle (Results 1 – 4 of 4) sorted by relevance

/external/libnl/lib/route/
Dclass.c106 TC_H_MAJ(class->c_parent) && TC_H_MAJ(class->c_handle) && in class_build()
107 TC_H_MAJ(class->c_parent) != TC_H_MAJ(class->c_handle)) { in class_build()
212 tchdr.tcm_handle = class->c_handle; in rtnl_class_build_delete_request()
286 class->c_handle); in rtnl_class_leaf_qdisc()
362 if (class->c_handle == handle && class->c_ifindex == ifindex) { in rtnl_class_get()
392 rtnl_tc_set_parent(TC_CAST(filter), class->c_handle); in rtnl_class_foreach_child()
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc715 auto c_handle = ops::XRTCompile(root, computation); in TEST() local
722 auto result = ops::XRTExecute(root, c_handle.handle, e_config, in TEST()
729 TF_EXPECT_OK(session.Run({read_back, c_handle.program_shape}, &outputs)); in TEST()
768 auto c_handle = ops::XRTCompile(root, computation); in TEST() local
778 ops::XRTExecute(root, c_handle.handle, e_config, {Output(packed_args)}); in TEST()
784 TF_EXPECT_OK(session.Run({read_back, c_handle.program_shape}, &outputs)); in TEST()
828 auto c_handle = ops::XRTCompile(root, computation); in TEST() local
829 auto release = ops::XRTReleaseCompilationHandle(root, c_handle.handle); in TEST()
835 {c_handle.program_shape}, {release}, &outputs)); in TEST()
889 auto c_handle = ops::XRTCompile(root, computation); in TEST() local
[all …]
/external/libchrome/mojo/public/cpp/platform/tests/
Dplatform_handle_unittest.cc239 MojoPlatformHandle c_handle; in TEST_P() local
240 PlatformHandle::ToMojoPlatformHandle(std::move(test_handle()), &c_handle); in TEST_P()
242 PlatformHandle handle = PlatformHandle::FromMojoPlatformHandle(&c_handle); in TEST_P()
/external/tensorflow/tensorflow/python/kernel_tests/
Dsession_ops_test.py196 c_handle = sess.run(
200 self.assertEqual(3.0, c_handle.eval())
242 c_handle = sess.run(
246 self.assertEqual(3.0, c_handle.eval())