Searched defs:cluster_ops (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | tpu_cluster_formation.cc | 194 Operation* op, bool incoming, const OpSetVector& cluster_ops, in hasOpClusterControlDependency() 211 const OpSetVector& cluster_ops, in hasOpClusterDataDependency() 238 Block* block, const OpSetVector& cluster_ops, in CollectClusterSuccessorOps() 300 Block* block, const OpSetVector& cluster_ops) { in CollectClusterResults() 320 Block* block, const OpSetVector& cluster_ops, llvm::ArrayRef<Value> results, in CreateClusterOp() 593 const auto& cluster_ops = cluster_metadata_and_ops.getSecond(); in FormClustersInBlock() local
|
H A D | tpu_extract_outside_compilation.cc | 280 bool HasDynamicOutputs(const llvm::SmallSetVector<Operation*, 4>& cluster_ops) { in HasDynamicOutputs() 310 const llvm::SmallSetVector<Operation*, 4>& cluster_ops) { in GetStaticExternalOperands() 340 const llvm::SmallSetVector<Operation*, 4>& cluster_ops) { in GetAllExternalOperands() 359 const llvm::SmallSetVector<Operation*, 4>& cluster_ops) { in GetExternalOperands() 372 const llvm::SmallSetVector<Operation*, 4>& cluster_ops) { in GetExternalOutputs()
|
H A D | tpu_extract_head_tail_outside_compilation.cc | 141 auto cluster_ops = cluster.GetBody().without_terminator(); in FindOutsideCompiledOpsAtHead() local 243 auto cluster_ops = llvm::reverse(cluster.GetBody().without_terminator()); in FindOutsideCompiledOpsAtTailAndClusterResults() local
|
H A D | tpu_host_computation_expansion.cc | 71 auto cluster_ops = cluster.GetBody().without_terminator(); in ExpandHeadOutsideCompiledOps() local
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
H A D | cow_format.cpp | 112 int64_t GetNextOpOffset(const CowOperationV2& op, uint32_t cluster_ops) { in GetNextOpOffset() 122 int64_t GetNextDataOffset(const CowOperationV2& op, uint32_t cluster_ops) { in GetNextDataOffset()
|
H A D | parser_v2.cpp | 96 uint64_t cluster_ops = header_.cluster_ops ?: 1; in ParseOps() local
|
H A D | test_v3.cpp | 786 size_t cluster_ops; member 942 std::vector<size_t> cluster_ops = {1, 256}; in GetTestConfigs() local
|
H A D | test_v2.cpp | 1141 int cluster_ops = 5; in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/ |
H A D | designate_resource_handle_mesh.cc | 46 const auto& cluster_ops = cluster.GetBody().without_terminator(); in SetMeshForResourceCreatingCluster() local
|
H A D | mesh_propagation.cc | 665 llvm::SmallVector<mlir::tf_device::ClusterOp, 8> cluster_ops; in PropagateMesh() local
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
H A D | cow_writer.h | 48 uint32_t cluster_ops = 1024; member
|
H A D | cow_format.h | 83 uint32_t cluster_ops; member
|