HomeSort by relevance Sort by last modified time
    Searched defs:temperature (Results 1 - 23 of 23) sorted by null

  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
relaxed_bernoulli.py 34 """RelaxedBernoulli distribution with temperature and logits parameters.
38 controlled by a temperature: as the temperaturegoes to 0 the RelaxedBernoulli
40 parameters, as the temperature goes to infinity the RelaxedBernoulli
76 temperature = 0.5
78 dist = RelaxedBernoulli(temperature, probs=p)
86 temperature = 0.5
88 dist = RelaxedBernoulli(temperature, logits=logits)
95 temperature = 0.5
97 dist = Logistic(logits/temperature, 1./temperature)
192 def temperature(self): member in class:RelaxedBernoulli
    [all...]
relaxed_onehot_categorical.py 37 """ExpRelaxedOneHotCategorical distribution with temperature and logits.
43 The degree of approximation is controlled by a temperature: as the temperature
45 described by the logits, as the temperature goes to infinity the
69 temperature = 0.5
71 dist = ExpRelaxedOneHotCategorical(temperature, probs=p)
75 # RelaxedOneHotCategorical(temperature, probs=p)
83 temperature = 0.5
85 dist = ExpRelaxedOneHotCategorical(temperature, logits=logits)
89 # RelaxedOneHotCategorical(temperature, probs=p
213 def temperature(self): member in class:ExpRelaxedOneHotCategorical
    [all...]
  /bootable/recovery/otautil/
ThermalUtil.cpp 71 int temperature; local
72 if (!android::base::ParseInt(android::base::Trim(content), &temperature)) {
76 max_temperature = std::max(temperature, max_temperature);
78 LOG(INFO) << "current maximum temperature: " << max_temperature;
  /hardware/interfaces/thermal/1.1/vts/functional/
VtsHalThermalV1_1TargetTest.cpp 25 using ::android::hardware::thermal::V1_0::Temperature;
34 static const Temperature kThrottleTemp = {
36 .name = "test temperature sensor",
46 Temperature temperature; member in class:ThermalCallbackArgs
57 const Temperature& temperature) override {
60 args.temperature = temperature;
114 EXPECT_EQ(kThrottleTemp, res.args->temperature);
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
inv_sysfs_utils.h 20 * @temperature: Temperature data from register.
35 const char *temperature; member in struct:inv_sysfs_names_s
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
inv_sysfs_utils.h 14 * @temperature: Temperature data from register.
29 const char *temperature; member in struct:inv_sysfs_names_s
  /external/autotest/client/deps/glbench/src/
testbase.cc 55 double temperature = 0; local
62 wait = WaitForCoolMachine(cooldown_temperature, 30.0, &temperature);
64 temperature, initial_temperature, wait);
65 if (temperature > cooldown_temperature + 5.0)
  /system/chre/chre_api/include/chre_api/chre/
sensor_types.h 167 * Accelerometer temperature.
174 * Gyroscope temperature.
181 * Magnetometer temperature.
339 float temperature; //!< Unit: degrees Celsius member in union:chreSensorFloatData::chreSensorFloatSampleData::__anon2621
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/
inv_self_test.c 58 char *temperature; member in struct:sysfs_attrbs
193 sprintf(mpu.temperature, "%s%s", sysfs_path, "/temperature");
266 long long temperature = 0; local
450 // Read temperature
451 fptr = fopen(mpu.temperature, "r");
453 fscanf(fptr,"%lld %ld", &temperature, &timestamp);
456 printf("Self-Test:ERR-Couldn't read temperature\n");
476 // Save temperature @ time stored.
477 // Temperature is in degrees Celsius scaled by 2^1
    [all...]
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
SensorsTestFragment.java 227 String temperature = mNaString; local
231 temperature = Float.isNaN(env.temperature) ? temperature :
232 String.valueOf(env.temperature);
237 getTimestamp(event), temperature, pressure));
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DemoKitActivity.java 81 private int temperature; field in class:DemoKitActivity.TemperatureMsg
83 public TemperatureMsg(int temperature) {
84 this.temperature = temperature;
88 return temperature;
  /frameworks/native/include/android/
sensor.h 159 * The ambient temperature sensor value is returned in Celcius.
366 float temperature; member in union:ASensorEvent::__anon46218::__anon46219
  /packages/services/Car/car-lib/src/android/car/hardware/
CarSensorEvent.java 96 * Temperature in Celsius degrees.
210 public float temperature; field in class:CarSensorEvent.EnvironmentData
233 data.temperature = floatValues[INDEX_ENVIRONMENT_TEMPERATURE];
  /system/chre/chre_api/legacy/v1_1/chre/
sensor.h 165 * Accelerometer temperature.
172 * Gyroscope temperature.
179 * Magnetometer temperature.
324 * The data can be interpreted using the 'temperature' field within 'readings'.
333 * The data can be interpreted using the 'temperature' field within 'readings'.
342 * The data can be interpreted using the 'temperature' field within 'readings'.
525 * the name "Temperature").
723 float temperature; //!< Unit: degrees Celsius member in union:chreSensorFloatData::chreSensorFloatSampleData::__anon2635
    [all...]
  /bionic/libc/kernel/uapi/linux/
ndctl.h 47 __u16 temperature; member in struct:nd_smart_payload
61 __u16 temperature; member in struct:nd_smart_threshold_payload
  /external/kernel-headers/original/uapi/linux/
ndctl.h 45 __u16 temperature; member in struct:nd_smart_payload
61 __u16 temperature; member in struct:nd_smart_threshold_payload
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.h 451 char *temperature; member in struct:MPLSensor::sysfs_attrbs
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.h 449 char *temperature; member in struct:MPLSensor::sysfs_attrbs
  /hardware/libhardware/include/hardware/
sensors.h 159 #define SENSOR_STRING_TYPE_TEMPERATURE "android.sensor.temperature"
329 /* temperature is in degrees centigrade (Celsius) */
330 float temperature; member in union:sensors_event_t::__anon48338::__anon48339
  /packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorEvent.java 490 * Temperature in Celsius degrees.
518 public final float temperature; field in class:CarSensorEvent.EnvironmentData
524 public EnvironmentData(long timestamp, float temperature, float pressure) {
526 this.temperature = temperature;
541 float temperature = floatValues[INDEX_ENVIRONMENT_TEMPERATURE]; local
543 return new EnvironmentData(timestamp, temperature, pressure);
    [all...]
  /frameworks/support/car/car-stubs/
android.car.jar 
  /prebuilts/sdk/current/optional/
android.car.jar 
  /external/annotation-tools/annotation-file-utilities/lib/
plume-core.jar 

Completed in 426 milliseconds