Searched defs:weak_type (Results 1 – 7 of 7) sorted by relevance
42 bool weak_type; member80 const bool weak_type; member
149 void set_weak_type(std::optional<bool> weak_type) { weak_type_ = weak_type; } in set_weak_type()150 std::optional<bool> weak_type() const { return weak_type_; } in weak_type() function
209 bool weak_type = buffer->weak_type() in PyBufferHelper() local390 bool weak_type = !py::isinstance(h, dtypes.np_float64); in PyArgSignatureOfValue() local403 bool weak_type = !py::isinstance(h, dtypes.np_complex128); in PyArgSignatureOfValue() local526 bool weak_type = buffer->weak_type().has_value() in PyArgSignatureOfValue() local
248 bool weak_type() const { return weak_type_; } in weak_type() function309 bool weak_type) in ShardedDeviceArray()
122 py::object indices, bool weak_type) { in Make()224 bool weak_type) { in RegisterTypes()
579 [](PyBuffer::object self, std::optional<bool> weak_type) { in RegisterTypes()
74 bool weak_type; member