Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_values.h42 bool weak_type; member
80 const bool weak_type; member
Dpy_buffer.h149 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
Dpy_values.cc209 bool weak_type = buffer->weak_type() in PyBufferHelper() local
390 bool weak_type = !py::isinstance(h, dtypes.np_float64); in PyArgSignatureOfValue() local
403 bool weak_type = !py::isinstance(h, dtypes.np_complex128); in PyArgSignatureOfValue() local
526 bool weak_type = buffer->weak_type().has_value() in PyArgSignatureOfValue() local
Dsharded_device_array.h248 bool weak_type() const { return weak_type_; } in weak_type() function
309 bool weak_type) in ShardedDeviceArray()
Dsharded_device_array.cc122 py::object indices, bool weak_type) { in Make()
224 bool weak_type) { in RegisterTypes()
Dpy_buffer.cc579 [](PyBuffer::object self, std::optional<bool> weak_type) { in RegisterTypes()
Dpmap_lib.cc74 bool weak_type; member