Searched defs:fn_false (Results 1 – 1 of 1) sorted by relevance
590 def _testShape(self, fn_true, fn_false, expected_shape, strict=False): argument607 fn_false, argument644 fn_false = lambda: 2 function654 fn_false = lambda: 2.0 function673 fn_false = lambda: "xyz" function681 fn_false = lambda: variables.Variable(4.0) function828 fn_false = lambda: ta2 function836 fn_false = lambda: ta.read(1) function847 fn_false = lambda: [constant_op.constant(3), 4, variables.Variable(5.0)] function892 fn_false = lambda: [constant_op.constant(3)] function[all …]