Home
last modified time | relevance | path

Searched defs:Mesh (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/dtensor/python/
Dsave_restore.py35 mesh: layout_lib.Mesh,
84 mesh: layout_lib.Mesh,
154 mesh: layout_lib.Mesh,
226 def name_based_save(mesh: layout_lib.Mesh, checkpoint_prefix: Union[str,
Dd_checkpoint.py48 def __init__(self, mesh: layout.Mesh,
169 def __init__(self, mesh: layout.Mesh, **kwargs):
228 def __init__(self, mesh: layout.Mesh, graph_view):
373 def __init__(self, mesh: layout.Mesh, root=None, **kwargs):
Ddtensor_device.py51 def __init__(self, meshes: List[layout_lib.Mesh], is_async=True):
120 def _create_embedding_host_mesh(self, tpu_mesh: layout_lib.Mesh):
153 def _register_mesh(self, mesh: layout_lib.Mesh):
382 def _experimental_default_mesh(self, mesh: layout_lib.Mesh):
Dlayout.py50 class Mesh(object): class
527 def __init__(self, sharding_specs: List[str], mesh: Mesh):
587 def batch_sharded(mesh: Mesh, batch_dim: str, rank: int) -> 'Layout':
631 def inner_sharded(mesh: Mesh, inner_dim: str, rank: int) -> 'Layout':
677 def replicated(mesh: Mesh, rank: int) -> 'Layout':
Dmesh_util.py34 device_type: str, mesh: layout.Mesh) -> None:
274 def barrier(mesh: layout.Mesh, barrier_name: Optional[str] = None):
Dtpu_util.py748 def get_device_ids(mesh: layout_lib.Mesh,
777 mesh: layout_lib.Mesh,
Dapi.py86 def run_on(mesh: layout_lib.Mesh):
Dinput_util.py340 mesh: layout_lib.Mesh,
/external/tensorflow/tensorflow/dtensor/mlir/dtensor_dialect/ir/
Ddtensor_attributes.h38 using Mesh = tensorflow::dtensor::Mesh; variable
53 using Mesh = tensorflow::dtensor::Mesh; variable
Ddtensor_attributes.cc30 using Mesh = tensorflow::dtensor::Mesh; typedef
Dops.cc70 using Mesh = tensorflow::dtensor::Mesh; in ParseMeshAttr() typedef
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
DProjection.java219 public static final class Mesh { class in Projection
222 public Mesh(SubMesh... subMeshes) { in Mesh() method in Projection.Mesh
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
DProjection.java223 public static final class Mesh { class in Projection
226 public Mesh(SubMesh... subMeshes) { in Mesh() method in Projection.Mesh
/external/tensorflow/tensorflow/dtensor/mlir/
Dmove_compilation_to_host.cc54 std::map<Mesh, mlir::TF::StatefulPartitionedCallOp>* function_map) { in IdentifyAndValidateMeshComputations()
212 std::map<Mesh, mlir::TF::StatefulPartitionedCallOp>& computation_map, in HandleCompilationOps()
/external/skia/src/gpu/ganesh/ops/
DDrawMeshOp.cpp509 class Mesh { class in __anon19f680500111::MeshOp
616 MeshOp::Mesh::Mesh(const SkMesh& mesh) { in Mesh() function in __anon19f680500111::MeshOp::Mesh
643 MeshOp::Mesh::Mesh(sk_sp<SkVertices> vertices, const SkMatrix& viewMatrix) in Mesh() function in __anon19f680500111::MeshOp::Mesh
648 MeshOp::Mesh::Mesh(Mesh&& that) { in Mesh() function in __anon19f680500111::MeshOp::Mesh