Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.h33 bool weak_type) in ArgSignature()
34 : dtype(dtype), shape(shape.begin(), shape.end()), weak_type(weak_type) {} in ArgSignature()
40 const bool weak_type; member
42 return std::tie(dtype, weak_type, shape) ==
43 std::tie(other.dtype, other.weak_type, other.shape);
142 explicit DevicePutResult(xla::PjRtBuffer* b, bool weak_type) in DevicePutResult()
143 : buffer(b), weak_type(weak_type), owned_buffer(nullptr) {} in DevicePutResult()
144 DevicePutResult(std::unique_ptr<xla::PjRtBuffer> new_buffer, bool weak_type) in DevicePutResult()
146 weak_type(weak_type), in DevicePutResult()
150 bool weak_type; member
Djax_jit.cc67 if (weak_type) { in DebugString()
409 bool weak_type = !py::isinstance(h, dtypes.np_float64); in ArgSignatureOfValue() local
411 return ArgSignature(xla::PrimitiveType::F64, {}, weak_type); in ArgSignatureOfValue()
413 return ArgSignature(xla::PrimitiveType::F32, {}, weak_type); in ArgSignatureOfValue()
422 bool weak_type = !py::isinstance(h, dtypes.np_complex128); in ArgSignatureOfValue() local
424 return ArgSignature(xla::PrimitiveType::C128, {}, weak_type); in ArgSignatureOfValue()
426 return ArgSignature(xla::PrimitiveType::C64, {}, weak_type); in ArgSignatureOfValue()
440 bool weak_type = py::cast<py::bool_>(h.attr("aval").attr("weak_type")); in ArgSignatureOfValue() local
443 weak_type); in ArgSignatureOfValue()
590 template <bool weak_type>
[all …]
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/
Dtypes.pass.cpp30 static_assert((std::is_same<std::shared_ptr<A>::weak_type, std::weak_ptr<A>>::value), ""); in main()
/external/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/
Dtypes.pass.cpp43 ASSERT_SAME_TYPE(typename std::shared_ptr<T>::weak_type, std::weak_ptr<T>); in test()
/external/llvm-project/libcxx/docs/
DCxx1zStatusPaperStatus.csv52 "`p0163r0 <https://wg21.link/p0163r0>`__","LWG","shared_ptr::weak_type","Oulu","|Complete|","3.9"
/external/llvm-project/libcxx/include/
Dmemory406 typedef weak_ptr<T> weak_type; // C++17
3393 typedef weak_ptr<_Tp> weak_type;
/external/libcxx/include/
Dmemory399 typedef weak_ptr<T> weak_type; // C++17
3746 typedef weak_ptr<_Tp> weak_type;