/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/ |
periodic.py | 509 normalized = value / num_latent_values_float 510 is_discontinuous = self._close_to_integer(normalized) 511 sign = math_ops.cos(normalized * numpy.pi)
|
/external/tensorflow/tensorflow/docs_src/tutorials/ |
deep_cnn.md | 176 > **EXERCISE**: The output of `inference` are un-normalized logits. Try editing 177 the network architecture to return normalized predictions using 199 between the normalized predictions and the label index.
|
/external/tensorflow/tensorflow/python/ops/ |
embedding_ops.py | 66 max_norm: If provided, the embeddings are l2-normalized to the value of 312 max_norm: If provided, embedding values are l2-normalized to the value of 368 max_norm: If provided, each embedding is normalized to have l2 norm equal
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
resample_by_2_internal.c | 198 // output: int32_t (normalized, not saturated) (of length len*2) 417 // output: int32_t (normalized, not saturated) 550 // output: int32_t (normalized, not saturated)
|
/frameworks/av/media/libaudioprocessing/ |
AudioResamplerDyn.cpp | 244 // compute the normalized transition bandwidth 260 // compute the normalized transition bandwidth 299 // Since this is a polyphase filter, normalized fp and fs must be scaled.
|
/libcore/luni/src/main/java/libcore/util/ |
TimeZoneFinder.java | 631 * of new data. To be valid the country ISO code must be normalized, unique, the default time 647 + " is not normalized at " + debugInfo); [all...] |
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/ |
composition.go | 150 // appendFlush appends the normalized segment to rb.out. 160 // flush appends the normalized segment to out and resets rb. 171 // flushCopy copies the normalized segment to buf and resets rb.
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/ |
composition.go | 150 // appendFlush appends the normalized segment to rb.out. 160 // flush appends the normalized segment to out and resets rb. 171 // flushCopy copies the normalized segment to buf and resets rb.
|
/system/extras/tests/sdcard/ |
sdcard_perf_test.cpp | 122 {"no-normalized-sleepers", no_argument, 0, 'Z'}, 143 " -Z --no-normalized-sleepers: Turn them off. You need to mount debugfs.\n" 264 case 'Z': // no normalized sleepers
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/ |
xmltok_impl.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/ |
xmltok_impl.c | [all...] |
/external/expat/lib/ |
xmltok_impl.c | [all...] |
/external/icu/icu4c/source/i18n/ |
timezone.cpp | [all...] |
/external/python/cpython2/Modules/expat/ |
xmltok_impl.c | [all...] |
/external/python/cpython3/Modules/expat/ |
xmltok_impl.c | [all...] |
/frameworks/base/core/java/android/nfc/ |
NdefRecord.java | 325 * The uri parameter will be normalized with 368 * The uriString parameter will be normalized with 391 * The mimeType parameter will be normalized with 673 * The returned MIME type will by normalized to lower-case using 708 * The returned URI will be normalized to have a lower case scheme [all...] |
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
bt_test_utils.py | 286 """ Waits for BlueTooth normalized state or normalized explicit state 301 # for any normalized state 304 log.info("State normalized {}".format(set(all_states[-threshold:]))) 307 # explicit check against normalized state [all...] |
/external/swiftshader/src/OpenGL/libGL/ |
Context.cpp | 737 void Context::setVertexAttribState(unsigned int attribNum, Buffer *boundBuffer, GLint size, GLenum type, bool normalized, 743 mState.vertexAttribute[attribNum].mNormalized = normalized; 3370 GLboolean normalized = mState.vertexAttribute[i].mNormalized; local [all...] |
/cts/tests/tests/text/src/android/text/cts/ |
StaticLayoutTest.java | 630 String normalized; local 632 normalized = "NFC"; 634 normalized = "NFD"; 636 normalized = "NFKC"; 638 normalized = "NFKD"; 640 throw new IllegalStateException("Normalized form is not NFC/NFD/NFKC/NFKD"); 650 ", Normalization: " + normalized; [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cnormtst.c | 534 * normalized, and some that are not. 687 log_data_err("unorm_quickCheck(FCD) failed: exception occured at normalized data generation - (Are you missing data?)\n"); [all...] |
/external/swiftshader/include/GL/ |
glcorearb.h | [all...] |
/libcore/ojluni/src/main/java/java/util/ |
GregorianCalendar.java | 537 * The normalized year of the gregorianCutover in Gregorian, with 543 * The normalized year of the gregorianCutover in Julian, with 0 [all...] |
/external/mesa3d/src/mesa/main/ |
glformats.c | 628 * Test if the given format is a UNORM (unsigned-normalized) format. 699 * Test if the given format is a SNORM (signed-normalized) format. 705 /* signed, normalized texture formats */ 737 * Test if the given format is an integer (non-normalized) format. 777 * Test if the given format is an integer (non-normalized) format. 934 * Test if the given format is an integer (non-normalized) format. 1204 /* signed, normalized texture formats */ 3408 bool normalized = false, is_float = false, is_signed = false; local [all...] |
/external/deqp/framework/opengl/ |
gluCallLogWrapperApi.inl | [all...] |
/external/protobuf/conformance/third_party/jsoncpp/ |
jsoncpp.cpp | 557 std::string normalized; local 558 normalized.reserve(end - begin); 567 normalized += '\n'; 569 normalized += c; 572 return normalized; 578 const std::string& normalized = normalizeEOL(begin, end); local 581 lastValue_->setComment(normalized, placement); 583 commentsBefore_ += normalized; 602 // Consume DOS EOL. It will be normalized in addComment. [all...] |