Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.h123 computations() const { in computations() function
129 computations() { in computations() function
Dhlo_subcomputation_unification.cc26 const auto& computations = module->computations(); in Run() local
Dhlo_dce.cc88 std::list<HloComputation*> computations = module->MakeComputationPostOrder(); in Run() local
Dcompile_only_service.cc66 const tensorflow::gtl::ArraySlice<AotComputationInstance> computations, in CompileAheadOfTime()
Dhlo_module_test.cc47 tensorflow::gtl::ArraySlice<HloComputation*> computations) { in CreateCallComputation()
Dhlo.proto157 repeated HloComputationProto computations = 3; field
Dhlo_verifier.cc553 tensorflow::gtl::ArraySlice<HloComputation*> computations) { in ComputationsToString()
Duser_computation.cc2105 std::vector<VersionedComputationHandle> computations; in GetEmbeddedComputations() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dcompile_only_client.cc26 const tensorflow::gtl::ArraySlice<AotComputationInstance> computations, in CompileAheadOfTime()
Dclient.cc235 tensorflow::gtl::ArraySlice<ComputationInstance> computations) { in ExecuteParallel()