Searched defs:is_immutable (Results 1 – 7 of 7) sorted by relevance
70 bool is_immutable, in unsafeMakeTensorWrapper()92 Tensor makeTensorWrapper(const Tensor& tensor, int64_t level, bool is_immutable) { in makeTensorWrapper()101 Tensor makeTensorWrapper(const Tensor& tensor, const Interpreter& interpreter, bool is_immutable) { in makeTensorWrapper()145 bool is_immutable, in TensorWrapper()
55 bool is_immutable() const { in is_immutable() function
112 auto wrap = [&](const Tensor& tensor, bool is_immutable) { in autogradBasedTransformSendToNext()
61 bool is_immutable() const { in is_immutable() function
52 bool Property::is_immutable() const in is_immutable() function in kms::Property
97 def is_immutable(vardecl): function
135 is_immutable_func_t is_immutable; member