Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Dclass.c107 TC_H_MAJ(class->c_parent) && TC_H_MAJ(class->c_handle) && in class_build()
108 TC_H_MAJ(class->c_parent) != TC_H_MAJ(class->c_handle)) { in class_build()
213 tchdr.tcm_handle = class->c_handle; in rtnl_class_build_delete_request()
287 class->c_handle); in rtnl_class_leaf_qdisc()
363 if (class->c_handle == handle && class->c_ifindex == ifindex) { in rtnl_class_get()
425 rtnl_tc_set_parent(TC_CAST(filter), class->c_handle); in rtnl_class_foreach_child()
/external/tensorflow/tensorflow/python/ops/linalg/sparse/
Dsparse_csr_matrix_ops.py124 c_handle = getattr(c, "_handle_data", None)
127 if (c_handle is None and a_shape_and_type is not None and
142 c_handle = _create_handle_data_proto(c_shape.as_proto(),
144 return c_handle
211 c_handle = matmul_shape_inference(a_matrix, b_matrix, c, transpose_a,
213 return a._from_matrix(c, handle_data=c_handle)
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc1096 auto c_handle = ops::XRTCompile(root, computation); in TEST() local
1103 auto result = ops::XRTExecute(root, c_handle.handle, e_config, in TEST()
1110 TF_EXPECT_OK(session.Run({read_back, c_handle.program_shape}, &outputs)); in TEST()
1152 auto c_handle = ops::XRTCompile(root, computation); in TEST() local
1160 root, c_handle.handle, e_config, in TEST()
1167 TF_EXPECT_OK(session.Run({read_back, c_handle.program_shape}, &outputs)); in TEST()
1209 auto c_handle = ops::XRTCompile(root, computation); in TEST() local
1217 root, c_handle.handle, e_config, in TEST()
1224 TF_EXPECT_OK(session.Run({read_back, c_handle.program_shape}, &outputs)); in TEST()
1264 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/v1_compat_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())