HomeSort by relevance Sort by last modified time
    Searched refs:test_ops (Results 1 - 12 of 12) sorted by null

  /external/tensorflow/tensorflow/python/kernel_tests/
control_flow_util_test.py 22 from tensorflow.python.framework import test_ops
36 ref_switch_false, _ = control_flow_ops.ref_switch(test_ops.ref_output(),
41 self.assertFalse(control_flow_util.IsSwitch(test_ops.int_output().op))
48 ref_enter = gen_control_flow_ops._ref_enter(test_ops.ref_output(),
58 self.assertFalse(control_flow_util.IsLoopEnter(test_ops.int_output().op))
64 ref_exit = control_flow_ops.exit(test_ops.ref_output()).op
67 self.assertFalse(control_flow_util.IsLoopExit(test_ops.int_output().op))
array_ops_test.py 34 from tensorflow.python.framework import test_ops
    [all...]
  /external/tensorflow/tensorflow/python/framework/
ops_test.py 40 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()
68 handle = test_ops.stub_resource_handle_op(container="a", shared_name="b")
71 create_op=test_ops.resource_create_op(handle),
72 is_initialized_op=test_ops.resource_initialized_op(handle))
199 op = test_ops.float_output_string_output(name="myop").a.op
221 op1 = test_ops.float_output(name="myop1").op
223 op2 = test_ops.float_input(float_t, name="myop2")
236 op1 = test_ops.float_output(name="myop1").o
    [all...]
op_def_library_test.py 29 from tensorflow.python.framework import test_ops
43 self._lib = test_ops._op_def_lib
    [all...]
test_util_test.py 36 from tensorflow.python.framework import test_ops # pylint: disable=unused-import
importer_test.py 33 from tensorflow.python.framework import test_ops # pylint: disable=unused-import
    [all...]
  /external/skia/tests/
Point3Test.cpp 22 static void test_ops(skiatest::Reporter* reporter) { function
111 test_ops(reporter);
  /external/skqp/tests/
Point3Test.cpp 22 static void test_ops(skiatest::Reporter* reporter) { function
111 test_ops(reporter);
  /external/tensorflow/tensorflow/python/ops/
accumulate_n_benchmark.py 105 test_ops = (("AddN", add_n.op),
111 for tag, op in test_ops:
gradients_test.py 31 from tensorflow.python.framework import test_ops
301 x, _ = test_ops.test_string_output(c)
  /external/tensorflow/tensorflow/contrib/learn/python/learn/
graph_actions_test.py 31 from tensorflow.python.framework import test_ops
223 handle = test_ops.stub_resource_handle_op(container='a', shared_name='b')
226 create_op=test_ops.resource_create_op(handle),
227 is_initialized_op=test_ops.resource_initialized_op(handle))
233 self.assertTrue(test_ops.resource_initialized_op(handle).eval())
  /external/tensorflow/tensorflow/python/saved_model/
saved_model_test.py 31 from tensorflow.python.framework import test_ops
    [all...]

Completed in 1253 milliseconds