Home
last modified time | relevance | path

Searched defs:is_mutable (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dschema_info.cpp44 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 Dfunction_schema.h383 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 Ddescriptor_pool.h68 bool is_mutable; member
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.h68 bool is_mutable; member
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.cc156 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 Dcord_rep_btree.cc156 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/
Dcord_rep_btree.cc157 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 Dcord_rep_btree.cc156 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 Dcord_rep_btree.cc157 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 Dcord_rep_btree.cc156 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 Dprimitive_set.h340 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/
Dbuffers_iterator.hpp62 is_mutable = is_convertible< enumerator
/aosp_15_r20/external/pytorch/torchgen/
H A Dmodel.py1391 def is_mutable(self) -> bool: member in FunctionSchema