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

  /external/tensorflow/tensorflow/python/debug/lib/
stepper_test.py 47 self.f_y = constant_op.constant(0.30, name="f_y")
48 self.f = math_ops.div(self.b, self.f_y, name="f") # Should be 10.0.
424 self.assertLess(sorted_nodes.index("f_y"), sorted_nodes.index("f"))
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 1311 float f_y = focalLength * 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 80 milliseconds