OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_y
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/python/debug/lib/
stepper_test.py
48
self.
f_y
= constant_op.constant(0.30, name="
f_y
")
49
self.f = math_ops.div(self.b, self.
f_y
, name="f") # Should be 10.0.
431
self.assertLess(sorted_nodes.index("
f_y
"), sorted_nodes.index("f"))
[
all
...]
/device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp
1311
float
f_y
= focalLengths * mSensorHeight \/ sensorPhysicalSize[1];
local
[
all
...]
/device/google/cuttlefish_common/guest/hals/camera/
EmulatedFakeCamera3.cpp
1228
float
f_y
= focalLength * mSensorHeight \/ sensorPhysicalSize[1];
local
[
all
...]
Completed in 365 milliseconds