Home
last modified time | relevance | path

Searched refs:IntSpanToTuple (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Dtypes.cc253 py::tuple IntSpanToTuple(absl::Span<int64 const> xs) { in IntSpanToTuple() function
256 py::tuple IntSpanToTuple(absl::Span<int const> xs) { in IntSpanToTuple() function
Dpy_buffer.cc59 return IntSpanToTuple(buffer()->on_device_shape().dimensions()); in python_shape()
185 result["shape"] = IntSpanToTuple(buffer_->on_device_shape().dimensions()); in CudaArrayInterface()
Dxla.cc171 return IntSpanToTuple(device.coords()); in PYBIND11_MODULE()
287 return IntSpanToTuple( in PYBIND11_MODULE()
Dtypes.h87 pybind11::tuple IntSpanToTuple(absl::Span<int64 const> xs);
88 pybind11::tuple IntSpanToTuple(absl::Span<int const> xs);
Dxla_compiler.cc205 return IntSpanToTuple(shape.dimensions()); in BuildXlaCompilerSubmodule()
Djax_jit.cc1269 return xla::IntSpanToTuple(sig.shape); in BuildJaxjitSubmodule()