Home
last modified time | relevance | path

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

/external/rust/crates/lazy_static/tests/
Dno_std.rs10 pub static ref NUMBER: u32 = times_two(3);
13 fn times_two(n: u32) -> u32 { in times_two() function
Dtest.rs7 pub static ref NUMBER: u32 = times_two(3);
43 fn times_two(n: u32) -> u32 { in times_two() function
/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding_test.cc355 Node* times_two = s.graph()->AddNode(def, &status); in TEST_F() local
357 TF_ASSERT_OK(s.DoShapeInference(times_two)); in TEST_F()
358 s.graph()->AddEdge(c.node(), 0, times_two, 0); in TEST_F()
361 ops::_Send(s.WithOpName("times_two_send"), Output(times_two), in TEST_F()
/external/tensorflow/tensorflow/python/distribute/
Dmirrored_strategy_test.py1077 def times_two(mock_model): function
1081 return times_two(mock_model)
1083 self._call_and_check(distribution, model_fn, [], 2.5, [times_two])
1087 def times_two(mock_model): function
1092 return times_two(mock_model) + 1
1098 [times_two, two_x_plus_one])
/external/tensorflow/tensorflow/compiler/tests/
Deager_test.py535 def times_two(x): function
540 return times_two(x) + 1.