/aosp_15_r20/external/pytorch/torch/distributions/ |
H A D | utils.py | 82 def logits_to_probs(logits, is_binary=False): argument 120 def probs_to_logits(probs, is_binary=False): argument
|
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | server_connection.cpp | 90 bool is_binary() const { return is_binary_; } in is_binary() function 441 void WsConnection::OnReceive(const uint8_t* data, size_t len, bool is_binary) { in OnReceive()
|
D | streamer.cpp | 586 bool is_binary) { in OnReceive()
|
/aosp_15_r20/external/libpcap/ |
H A D | sf-pcapng.c | 463 uint64_t *tsoffset, int *is_binary, char *errbuf) in process_idb_options() 599 int is_binary; in add_interface() local
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | bitreader.h | 96 static inline void aom_update_symb_counts(const aom_reader *r, int is_binary) { in aom_update_symb_counts()
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | flatc.cpp | 717 bool is_binary = in Compile() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/protocol/ |
D | message.rs | 202 pub fn is_binary(&self) -> bool { in is_binary() method
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/ |
D | __init__.py | 150 def is_binary(value): function
|
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/jaraco/text/ |
D | __init__.py | 150 def is_binary(value): function
|
/aosp_15_r20/system/logging/logd/ |
H A D | ReplayMessages.cpp | 80 bool is_binary = in PrintMessage() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/ |
D | __init__.py | 150 def is_binary(value): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/ |
D | __init__.py | 150 def is_binary(value): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/text/ |
D | __init__.py | 150 def is_binary(value): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/ |
D | __init__.py | 150 def is_binary(value): function
|
/aosp_15_r20/external/python/setuptools/pkg_resources/_vendor/jaraco/text/ |
D | __init__.py | 150 def is_binary(value): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/text/ |
D | __init__.py | 150 def is_binary(value): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/text/ |
D | __init__.py | 150 def is_binary(value): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/text/ |
D | __init__.py | 150 def is_binary(value): function
|
/aosp_15_r20/frameworks/compile/mclinker/lib/LD/ |
D | ELFObjectWriter.cpp | 123 bool is_binary = m_Config.codeGenType() == LinkerConfig::Binary; in writeObject() local
|
/aosp_15_r20/system/logging/logcat/ |
H A D | logcat.cpp | 220 bool is_binary = in ProcessBuffer() local
|
/aosp_15_r20/external/openscreen/tools/cddl/ |
H A D | parse.cc | 167 bool is_binary = false; in SkipUint() local
|
/aosp_15_r20/external/flac/src/metaflac/ |
H A D | options.h | 133 FLAC__bool is_binary; member
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_maskedtensor.py | 843 def is_binary(op): function
|
/aosp_15_r20/external/libevent/ |
H A D | evutil.c | 146 int is_binary) in evutil_read_file_()
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | utils.py | 436 def open_write_close(filename, data, is_binary=False): argument
|