Home
last modified time | relevance | path

Searched refs:inc_a (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/debug/lib/
Ddist_session_debug_grpc_test.py128 self.inc_a = state_ops.assign_add(self.a, 2.0, name="inc_a")
130 self.p = math_ops.multiply(self.inc_a, self.dec_b, name="p")
/external/llvm-project/clang/test/Frontend/
Dfixed_point_unary.c28 void inc_a() { in inc_a() function
/external/tensorflow/tensorflow/python/kernel_tests/v1_compat_tests/
Dsession_ops_test.py306 inc_a = state_ops.assign_add(a, 2.0)
314 self.evaluate(inc_a)