Home
last modified time | relevance | path

Searched defs:computations (Results 1 – 25 of 145) sorted by relevance

123456

/aosp_15_r20/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/actors/
H A DConcurrentStatefulActorBenchmark.kt66 val computations = (0 until CORES_COUNT).map { computationActor(stateSize) } in <lambda>() constant
75 val computations = (0 until CORES_COUNT).map { computationActor(stateSize) } in <lambda>() constant
H A DStatefulActorBenchmark.kt65 val computations = (0 until computationActorsCount).map { computationActor() } in run() constant
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_module.h189 auto computations = module.MakeComputationSorted(); in AbslHashValue() local
205 computations() const { in computations() function
211 computations() { in computations() function
222 computations( in computations() function
H A Dhlo_module_group_util.cc195 absl::Span<HloComputation* const> computations) { in RootInstructions()
313 absl::Span<HloComputation* const> computations) { in VerifyComputations()
344 absl::Span<HloComputation* const> computations) { in ComputeReachability()
H A Dhlo_module.cc278 const auto& computations = options.canonicalize_computations() in ToCord() local
424 std::vector<std::unique_ptr<HloComputation>> computations; in CreateFromProto() local
818 void SortComputationsByContent(std::vector<HloComputation*>* computations) { in SortComputationsByContent()
H A Dhlo_subcomputation_unification.cc26 const auto& computations = module->computations(execution_threads); in Run() local
H A Ddynamic_index_splitter.cc37 std::vector<HloComputation*> computations = in Run() local
H A Dhlo_pass_fix.h124 auto computations = module->computations(execution_threads); in RunOnChangedComputationsOnce() local
H A Dcompile_only_service.cc63 absl::Span<const AotXlaComputationInstance> computations, in CompileAheadOfTime()
H A Dhlo_pass_interface.h105 auto computations = module->computations(execution_threads); in RunOnChangedComputations() local
H A Dhlo_module_test.cc67 absl::Span<HloComputation* const> computations) { in CreateCallComputation()
H A Dhlo.proto469 repeated HloComputationProto computations = 3; field
H A Dbuffer_assignment.cc1294 const std::vector<const HloComputation*>& computations, in AssignBuffersForComputations()
H A Ddynamic_padder.cc2164 std::vector<HloComputation*> computations = in Run() local
H A Dhlo_sharding_util.cc296 absl::Span<HloComputation* const> computations, double dominant_factor) { in GetDominantDevice()
H A Dhlo_verifier.cc1851 absl::Span<HloComputation* const> computations) { in ComputationsToString()
/aosp_15_r20/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/akka/
H A DStatefulActorAkkaBenchmark.kt93 val computations = createComputationActors(initLatch, computationActors) in run() constant
121 class RequestorActor(val computations: List<ActorRef>, val initLatch: CountDownLatch, constant in benchmarks.akka.StatefulActorAkkaBenchmark.RequestorActor
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dcompile_only_client.cc37 const absl::Span<const AotXlaComputationInstance> computations, in CompileAheadOfTime()
H A Dclient.cc328 absl::Span<const XlaComputationInstance> computations) { in ExecuteParallel()
H A Dxla_builder_test.cc587 std::vector<XlaComputation> computations; in TEST_F() local
/aosp_15_r20/development/tools/winscope/src/parsers/
H A Dhierarchy_tree_builder.ts24 private computations: Computation[] = []; property in HierarchyTreeBuilder
/aosp_15_r20/external/googleapis/google/dataflow/v1beta3/
H A Dstreaming.proto31 repeated ComputationTopology computations = 1; field
/aosp_15_r20/external/google-cloud-java/java-dataflow/proto-google-cloud-dataflow-v1beta3/src/main/proto/google/dataflow/v1beta3/
H A Dstreaming.proto31 repeated ComputationTopology computations = 1; field
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dhlo_test_base.cc725 auto computations = module->computations(); in FindComputation() local
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dlazy_graph_executor.cpp786 std::vector<ComputationPtr> computations = in Compile() local

123456