Home
last modified time | relevance | path

Searched defs:supported_types (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/optimize/
Dmodify_model_interface_main.cc28 const std::unordered_map<std::string, tflite::TensorType> supported_types{ in main() local
/external/pytorch/torch/csrc/jit/mobile/compatibility/
Druntime_compatibility.h21 std::unordered_set<std::string> supported_types; member
Druntime_compatibility.cpp78 std::unordered_set<std::string> supported_types; in _get_mobile_supported_types() local
/external/executorch/backends/vulkan/runtime/graph/ops/impl/
DToCopy.cpp29 static std::set<vkapi::ScalarType> supported_types = { in add_to_copy_node() local
/external/rust/android-crates-io/crates/mls-rs-core/src/identity/
Dprovider.rs69 fn supported_types(&self) -> Vec<CredentialType>; in supported_types() method
/external/bpftool/src/
Dfeature.c548 bool *supported_types, const char *define_prefix, __u32 ifindex) in probe_prog_type()
931 section_program_types(bool *supported_types, const char *define_prefix, in section_program_types()
980 section_helpers(bool *supported_types, const char *define_prefix, __u32 ifindex) in section_helpers()
1162 bool supported_types[128] = {}; in do_probe() local
/external/rust/android-crates-io/crates/mls-rs/src/identity/
Dbasic.rs96 fn supported_types(&self) -> Vec<CredentialType> { in supported_types() method
/external/iptables/extensions/
Dlibxt_pkttype.c29 static const struct pkttypes supported_types[] = { variable
/external/rust/android-crates-io/crates/mls-rs/src/group/proposal_filter/
Dfiltering_lite.rs210 let supported_types = proposals in filter_out_unsupported_custom_proposals() localVariable
Dfiltering.rs563 let supported_types = proposals in filter_out_unsupported_custom_proposals() localVariable
/external/rust/android-crates-io/crates/mls-rs/src/
Didentity.rs161 fn supported_types(&self) -> Vec<CredentialType> { in supported_types() method
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/tools/
Dtflite_op_coverage_spec_getters_gen.cc135 llvm::StringRef supported_types = in CheckTypeConstraints() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.h236 std::set<DataType> supported_types; member
Dxla_op_registry.cc126 absl::Span<const DataType> supported_types, BackendOpFilter op_filter) { in RegisterBackend()
/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dleaf_node_validator.rs704 fn supported_types(&self) -> Vec<crate::identity::CredentialType> { in supported_types() method
/external/rust/android-crates-io/crates/mls-rs/examples/
Dcustom.rs261 fn supported_types(&self) -> Vec<CredentialType> { in supported_types() method
/external/wpa_supplicant_8/src/eap_peer/
Dtncc.c63 TNC_MessageTypeList supported_types; member
/external/wpa_supplicant_8/src/eap_server/
Dtncs.c43 TNC_MessageTypeList supported_types; member
/external/tensorflow/tensorflow/core/common_runtime/
Dcolocation_graph.cc1419 PrioritizedDeviceTypeVector supported_types; in DebugInfo() local
/external/vboot_reference/cgpt/
Dcgpt_common.c692 } supported_types[] = { variable
/external/rust/android-crates-io/crates/mls-rs/src/group/
Dcommit.rs1549 fn supported_types(&self) -> Vec<CredentialType> { in supported_types() method
/external/tensorflow/tensorflow/lite/python/
Dlite.py208 supported_types=None, argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc3399 absl::Span<const PrimitiveType> supported_types) { in ElementTypesSameAndSupported()
/external/mesa3d/src/imagination/rogue/
Drogue.h699 uint64_t supported_types) in rogue_ref_type_supported()