Home
last modified time | relevance | path

Searched defs:is_immutable (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DTensorWrapper.cpp70 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()
H A DTensorWrapper.h55 bool is_immutable() const { in is_immutable() function
H A DADInterpreters.cpp112 auto wrap = [&](const Tensor& tensor, bool is_immutable) { in autogradBasedTransformSendToNext()
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Dfallback_tensor.h61 bool is_immutable() const { in is_immutable() function
/aosp_15_r20/external/libkmsxx/kms++/src/
H A Dproperty.cpp52 bool Property::is_immutable() const in is_immutable() function in kms::Property
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/c_analyzer/
Dmatch.py97 def is_immutable(vardecl): function
/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-object.c135 is_immutable_func_t is_immutable; member