Home
last modified time | relevance | path

Searched refs:test_ops (Results 1 – 25 of 28) sorted by relevance

12

/external/u-boot/test/dm/
Dtest-driver.c31 static const struct test_ops test_ops = { variable
77 .ops = &test_ops,
88 .ops = &test_ops,
103 static const struct test_ops test_manual_ops = {
Dtest-fdt.c32 static const struct test_ops test_ops = { variable
80 .ops = &test_ops,
88 const struct test_ops *ops = device_get_ops(dev); in testfdt_ping()
Dtest-uclass.c22 const struct test_ops *ops = device_get_ops(dev); in test_ping()
/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_util_test.py24 from tensorflow.python.framework import test_ops
42 ref_switch_false, _ = control_flow_ops.ref_switch(test_ops.ref_output(),
47 self.assertFalse(control_flow_util.IsSwitch(test_ops.int_output().op))
55 ref_enter = gen_control_flow_ops.ref_enter(test_ops.ref_output(),
65 self.assertFalse(control_flow_util.IsLoopEnter(test_ops.int_output().op))
72 ref_exit = control_flow_ops.exit(test_ops.ref_output()).op
75 self.assertFalse(control_flow_util.IsLoopExit(test_ops.int_output().op))
Darray_ops_test.py37 from tensorflow.python.framework import test_ops
1269 r1 = test_ops.stub_resource_handle_op(container="a", shared_name="b")
1270 r2 = test_ops.stub_resource_handle_op(container="a", shared_name="c")
1273 self.evaluate(test_ops.resource_create_op(s))
1275 self.evaluate(test_ops.resource_create_op(r2))
Dcond_v2_test.py30 from tensorflow.python.framework import test_ops
1107 return test_ops.device_placement_op()
1117 return test_ops.device_placement_op()
/external/grpc-grpc/test/core/end2end/tests/
Dcancel_after_invoke.cc39 size_t test_ops, in begin_test() argument
44 config.name, mode.name, test_ops); in begin_test()
95 cancellation_mode mode, size_t test_ops) { in test_cancel_after_invoke() argument
100 mode, test_ops, nullptr, nullptr); in test_cancel_after_invoke()
159 error = grpc_call_start_batch(c, ops, test_ops, tag(1), nullptr); in test_cancel_after_invoke()
Dcancel_before_invoke.cc91 size_t test_ops) { in test_cancel_before_invoke() argument
96 begin_test(config, "cancel_before_invoke", test_ops, nullptr, nullptr); in test_cancel_before_invoke()
157 error = grpc_call_start_batch(c, ops, test_ops, tag(1), nullptr); in test_cancel_before_invoke()
/external/tensorflow/tensorflow/python/framework/
Dops_test.py41 from tensorflow.python.framework import test_ops
63 pt = test_ops.stub_resource_handle_op(container="a", shared_name="b")
64 test_ops.resource_create_op(pt).run()
69 handle = test_ops.stub_resource_handle_op(container="a", shared_name="b")
72 create_op=test_ops.resource_create_op(handle),
73 is_initialized_op=test_ops.resource_initialized_op(handle))
203 op = test_ops.float_output_string_output(name="myop").a.op
226 op1 = test_ops.float_output(name="myop1").op
228 op2 = test_ops.float_input(float_t, name="myop2")
242 op1 = test_ops.float_output(name="myop1").op
[all …]
Dfunction_def_to_graph_test.py29 from tensorflow.python.framework import test_ops
119 d_1, e_1 = test_ops._op_def_lib.apply_op(
122 list_output0, list_output1 = test_ops.list_output(
125 d_2, e_2 = test_ops.foo1(a=d_1, b=e_1, c=list_output1, name="foo_2")
Dop_def_library_test.py30 from tensorflow.python.framework import test_ops
43 self._lib = test_ops._op_def_lib
1373 self._lib = test_ops._op_def_lib
Dtest_util_test.py39 from tensorflow.python.framework import test_ops # pylint: disable=unused-import
/external/skqp/tests/
DPoint3Test.cpp23 static void test_ops(skiatest::Reporter* reporter) { in test_ops() function
124 test_ops(reporter); in DEF_TEST()
/external/skia/tests/
DPoint3Test.cpp23 static void test_ops(skiatest::Reporter* reporter) { in test_ops() function
124 test_ops(reporter); in DEF_TEST()
/external/tensorflow/tensorflow/python/ops/
Daccumulate_n_benchmark.py104 test_ops = (("AddN", add_n.op),
110 for tag, op in test_ops:
Dgradients_test.py34 from tensorflow.python.framework import test_ops
225 x, _ = test_ops.test_string_output(c)
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dgraph_actions_test.py31 from tensorflow.python.framework import test_ops
224 handle = test_ops.stub_resource_handle_op(container='a', shared_name='b')
227 create_op=test_ops.resource_create_op(handle),
228 is_initialized_op=test_ops.resource_initialized_op(handle))
234 self.assertTrue(test_ops.resource_initialized_op(handle).eval())
/external/u-boot/include/dm/
Dtest.h32 struct test_ops { struct
/external/tensorflow/tensorflow/python/
DBUILD167 ":test_ops", # TODO: Break testing code out into separate rule.
845 ":test_ops",
1429 ":test_ops",
1479 ":test_ops",
1487 name = "test_ops",
1488 out = "framework/test_ops.py",
1494 srcs = ["framework/test_ops.cc"],
1547 ":test_ops",
1683 ":test_ops",
1717 ":test_ops",
[all …]
/external/tensorflow/tensorflow/contrib/cmake/
Dtf_tests.cmake295 …urce_dir}/tensorflow/python/kernel_tests/array_ops_test.py" # depends on python/framework/test_ops
318 …urce_dir}/tensorflow/python/kernel_tests/array_ops_test.py" # depends on python/framework/test_ops
330 # Depends on python/framework/test_ops
/external/tensorflow/tensorflow/python/eager/
Dfunction_test.py44 from tensorflow.python.framework import test_ops
1224 s0 = test_ops.device_placement_op()
1226 s1 = test_ops.device_placement_op()
1228 s2 = test_ops.device_placement_op()
1229 s3 = test_ops.device_placement_op()
1299 return test_ops.device_placement_op()
DBUILD250 "//tensorflow/python:test_ops",
/external/tensorflow/tensorflow/tools/pip_package/
DBUILD89 "//tensorflow/python:test_ops",
/external/tensorflow/tensorflow/python/saved_model/
DBUILD178 "//tensorflow/python:test_ops",
Dsaved_model_test.py31 from tensorflow.python.framework import test_ops
1271 test_ops.test_attr(T=dtypes.float32, name="test_attr")

12