/external/tensorflow/tensorflow/compiler/xla/service/ |
hlo_cost_analysis.h | 135 const float property(const string& key) const { function in class:xla::HloCostAnalysis 177 // If true, the time taken will be computed from the rates for each property 189 // How much of each property can be processed per second. E.g. if the property
|
/external/tensorflow/tensorflow/contrib/bayesflow/python/kernel_tests/ |
layers_conv_variational_test.py | 45 @property 79 @property 83 @property 88 @property
|
/external/tensorflow/tensorflow/contrib/bayesflow/python/ops/ |
sgld_optimizer.py | 196 @property
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/ |
real_nvp.py | 139 (`y`). Calculation must respect the "autoregressive property" (see class
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
_typecheck.py | 66 @property
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
graph_actions_test.py | 49 @property 73 @property 77 @property 81 @property
|
/external/tensorflow/tensorflow/contrib/quantize/python/ |
graph_matcher.py | 62 @property
|
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/ |
estimators_test.py | 40 @property
|
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/ |
structural_ensemble_test.py | 69 @property
|
/external/tensorflow/tensorflow/python/estimator/ |
estimator.py | 223 @property 227 @property 231 @property 235 @property [all...] |
/external/tensorflow/tensorflow/python/ops/linalg/ |
linear_operator_composition.py | 98 #### Matrix property hints 105 property `X`. This is a promise that should be fulfilled, but is *not* a 188 @property
|
linear_operator_diag.py | 100 #### Matrix property hints 107 property `X`. This is a promise that should be fulfilled, but is *not* a 255 @property
|
/external/tensorflow/tensorflow/python/training/ |
coordinator.py | 399 @property
|
/external/toolchain-utils/automation/clients/report/dejagnu/ |
summary.py | 137 @property
|
/external/v8/src/inspector/ |
injected-script.h | 78 v8::Local<v8::String> property,
|
/external/v8/tools/clang/scripts/ |
run_tool.py | 152 @property
|
/external/walt/ios/WALT/ |
DragLatencyController.mm | 36 @property (assign) NSTimeInterval t; 37 @property (assign) int value;
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
filter_ar_fast_q12_armv7.S | 6 @ tree. An additional intellectual property rights grant can be found
|
/frameworks/av/services/audiopolicy/ |
AudioPolicyInterface.h | 106 // set a system property (e.g. camera sound always audible) 107 virtual void setSystemProperty(const char* property, const char* value) = 0;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
ViewState.java | 24 import android.util.Property; 85 public Property getProperty() { 109 public Property getProperty() { 253 public static boolean isAnimating(View view, AnimatableProperty property) { 254 return getChildTag(view, property.getAnimatorTag()) != null; 405 private void updateAnimation(View view, AnimatableProperty property, 407 PropertyAnimator.startAnimation(view, property, endValue, NO_NEW_ANIMATIONS);
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
VCardParserTests.java | 88 public void onPropertyCreated(VCardProperty property) {
|
/frameworks/rs/tests/lldb/tests/harness/ |
test_base.py | 314 @property
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc.cpp | 939 char property[PROPERTY_VALUE_MAX]; local 940 if((property_get("ro.hwc.is_delta_panel", property, NULL) > 0) && 941 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 942 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
|
/hardware/qcom/display/msm8909/gralloc/ |
gr_buf_mgr.cpp | 43 char property[PROPERTY_VALUE_MAX]; local 46 if ((property_get(MAP_FB_MEMORY_PROP, property, NULL) > 0) && 47 (!strncmp(property, "1", PROPERTY_VALUE_MAX) || 48 (!strncasecmp(property, "true", PROPERTY_VALUE_MAX)))) { [all...] |
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
gr_buf_mgr.cpp | 43 char property[PROPERTY_VALUE_MAX]; local 46 if ((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && 47 (!strncmp(property, "1", PROPERTY_VALUE_MAX) || 48 (!strncasecmp(property, "true", PROPERTY_VALUE_MAX)))) { [all...] |