/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | schema_info.cpp | 44 bool SchemaInfo::is_mutable() { in is_mutable() function in torch::utils::SchemaInfo 53 bool SchemaInfo::is_mutable(const c10::SchemaArgument& argument) { in is_mutable() function in torch::utils::SchemaInfo 107 bool SchemaInfo::is_mutable(c10::string_view name) { in is_mutable() function in torch::utils::SchemaInfo
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | function_schema.h | 383 bool is_mutable() const { in is_mutable() function 390 bool is_mutable(const c10::SchemaArgument &argument) const { in is_mutable() function 397 bool is_mutable(c10::string_view name) const { in is_mutable() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor_pool.h | 68 bool is_mutable; member
|
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor_pool.h | 68 bool is_mutable; member
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree.cc | 156 CordRep* ResizeEdge(CordRep* edge, size_t length, bool is_mutable) { in ResizeEdge() 856 bool is_mutable = tree->refcount.IsOne(); in RemoveSuffix() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree.cc | 156 CordRep* ResizeEdge(CordRep* edge, size_t length, bool is_mutable) { in ResizeEdge() 846 bool is_mutable = tree->refcount.IsOne(); in RemoveSuffix() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/ |
D | cord_rep_btree.cc | 157 CordRep* ResizeEdge(CordRep* edge, size_t length, bool is_mutable) { in ResizeEdge() 847 bool is_mutable = tree->refcount.IsOne(); in RemoveSuffix() local
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree.cc | 156 CordRep* ResizeEdge(CordRep* edge, size_t length, bool is_mutable) { in ResizeEdge() 856 bool is_mutable = tree->refcount.IsOne(); in RemoveSuffix() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/ |
H A D | cord_rep_btree.cc | 157 CordRep* ResizeEdge(CordRep* edge, size_t length, bool is_mutable) { in ResizeEdge() 847 bool is_mutable = tree->refcount.IsOne(); in RemoveSuffix() local
|
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree.cc | 156 CordRep* ResizeEdge(CordRep* edge, size_t length, bool is_mutable) { in ResizeEdge() 856 bool is_mutable = tree->refcount.IsOne(); in RemoveSuffix() local
|
/aosp_15_r20/external/tink/cc/ |
H A D | primitive_set.h | 340 bool is_mutable() const { return primitives_mutex_ != nullptr; } in is_mutable() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ |
D | buffers_iterator.hpp | 62 is_mutable = is_convertible< enumerator
|
/aosp_15_r20/external/pytorch/torchgen/ |
H A D | model.py | 1391 def is_mutable(self) -> bool: member in FunctionSchema
|