Module phiml.os.path
Stand-in replacement for os.path
with vectorization support.
All functions accept Tensor
as inputs, broadcasting the function call.
Functions
def commonpath(paths: Sequence[Union[str, phiml.math._tensors.Tensor]])
def commonprefix(list: Sequence[Union[str, phiml.math._tensors.Tensor]])