Searched defs:type_caster (Results 1 – 6 of 6) sorted by relevance
55 struct type_caster<tensorflow::TensorShape> { struct59 static handle cast(const tensorflow::TensorShape& src, in cast()80 struct type_caster<tensorflow::DataType> { struct84 static handle cast(const tensorflow::DataType& src, in cast()
21 struct type_caster<torch::monitor::data_value_t> { struct26 bool load(handle src, bool) { in load()43 static handle cast( in cast()
39 struct type_caster<tensorflow::Tensor> { struct42 static handle cast(const tensorflow::Tensor& tensor, return_value_policy, in cast()
85 struct type_caster<std::shared_ptr<torch::CapturedTraceback>> { struct91 bool load(handle src, bool) { in load()99 static handle cast( in cast()
52 struct type_caster<absl::optional<T>> struct55 struct type_caster<absl::nullopt_t> : public void_caster<absl::nullopt_t> {}; struct
22 struct pybind11::detail::type_caster<torch::jit::tensorexpr::ArgValue> struct in pybind11::detail