Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/tensorflow/tensorflow/dtensor/python/
H A 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,
H A 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):
H A 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':
H A 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):
H A Dmesh_util.py34 device_type: str, mesh: layout.Mesh) -> None:
274 def barrier(mesh: layout.Mesh, barrier_name: Optional[str] = None):
H A Dtpu_util.py748 def get_device_ids(mesh: layout_lib.Mesh,
777 mesh: layout_lib.Mesh,
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/dtensor_dialect/ir/
H A Ddtensor_attributes.h38 using Mesh = tensorflow::dtensor::Mesh; variable
53 using Mesh = tensorflow::dtensor::Mesh; variable
H A Ddtensor_attributes.cc30 using Mesh = tensorflow::dtensor::Mesh; typedef
H A Dops.cc70 using Mesh = tensorflow::dtensor::Mesh; in ParseMeshAttr() typedef
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DMesh.java40 public class Mesh { class
81 public Mesh(@NonNull MeshSpecification meshSpec, @Mode int mode, in Mesh() method in Mesh
114 public Mesh(@NonNull MeshSpecification meshSpec, @Mode int mode, in Mesh() method in Mesh
/aosp_15_r20/frameworks/rs/driver/runtime/
H A Drs_structs.h287 typedef struct Mesh { struct
302 } Mesh_t; argument
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
H A DProjection.java219 public static final class Mesh { class in Projection
222 public Mesh(SubMesh... subMeshes) { in Mesh() method in Projection.Mesh
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
H A DProjection.java223 public static final class Mesh { class in Projection
226 public Mesh(SubMesh... subMeshes) { in Mesh() method in Projection.Mesh
/aosp_15_r20/frameworks/rs/
H A DrsMesh.cpp24 Mesh::Mesh(Context *rsc) : ObjectBase(rsc) { in Mesh() function in android::renderscript::Mesh
38 Mesh::Mesh(Context *rsc, in Mesh() function in android::renderscript::Mesh
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DDrawMeshOp.cpp715 class Mesh { class in __anon38263ce10111::MeshOp
840 MeshOp::Mesh::Mesh(const SkMesh& mesh) { in Mesh() function in __anon38263ce10111::MeshOp::Mesh
868 MeshOp::Mesh::Mesh(sk_sp<SkVertices> vertices, const SkMatrix& viewMatrix) in Mesh() function in __anon38263ce10111::MeshOp::Mesh
873 MeshOp::Mesh::Mesh(Mesh&& that) { in Mesh() function in __anon38263ce10111::MeshOp::Mesh
/aosp_15_r20/frameworks/base/libs/hwui/
H A DMesh.h234 Mesh(sk_sp<SkMeshSpecification> meshSpec, SkMesh::Mode mode, std::vector<uint8_t> vertexData, in Mesh() function
239 Mesh(sk_sp<SkMeshSpecification> meshSpec, SkMesh::Mode mode, std::vector<uint8_t> vertexData, in Mesh() function
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A 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()
/aosp_15_r20/cts/tests/openglperf2/jni/graphics/
H A DMesh.cpp16 Mesh::Mesh(const float* vertices, const float* normals, const float* texCoords, in Mesh() function in Mesh
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/
H A DMesh.java44 public class Mesh extends BaseObj { class
98 Mesh(long id, RenderScript rs) { in Mesh() method in Mesh
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLShadowVertexGenerator.h27 class Mesh; variable
/aosp_15_r20/frameworks/rs/driver/
H A DrsdMeshObj.h25 class Mesh; variable
/aosp_15_r20/external/googleapis/google/cloud/networkservices/v1/
H A Dmesh.proto35 message Mesh { message
/aosp_15_r20/frameworks/base/libs/hwui/hwui/
H A DCanvas.h61 class Mesh; variable
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/
H A DMesh.cpp24 Mesh::Mesh(Primitive primitive, size_t vertexCount, size_t vertexSize, size_t texCoordSize, in Mesh() function in android::renderengine::Mesh
/aosp_15_r20/frameworks/native/libs/renderengine/skia/
H A DSkiaRenderEngine.h53 class Mesh; variable

12345678