Home
last modified time | relevance | path

Searched defs:IsMutable (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_compiler/
Dutils.h32 static bool IsMutable(const py::object &obj) { return IsAttrEnabled(obj, "__ms_mutable__"); } in IsMutable() function
/third_party/protobuf/src/google/protobuf/
Darenastring.h141 inline bool IsMutable() const { return as_int() & kMutableBit; } in IsMutable() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DImmutableSet.h228 bool IsMutable : 1; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/expander/bprop/grad_ops/
Dgrad_array_ops.cc478 bool IsMutable(const NodePtr &node) { in IsMutable() function