Home
last modified time | relevance | path

Searched refs:CreateDomain (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_domain_map.cc100 CreateDomain(instruction, instructions_post_order)); in Populate()
194 StatusOr<std::unique_ptr<DomainMetadata::Domain>> HloDomainMap::CreateDomain( in CreateDomain() function in xla::HloDomainMap
Dhlo_domain_map.h106 StatusOr<std::unique_ptr<DomainMetadata::Domain>> CreateDomain(
Dhlo_domain_test.cc112 return operand->parent()->AddInstruction(HloInstruction::CreateDomain( in operator ()()
484 HloInstruction* domain = builder.AddInstruction(HloInstruction::CreateDomain( in TEST_F()
Dhlo_sharding_metadata.cc510 operand->parent()->AddInstruction(HloInstruction::CreateDomain( in operator ()()
Dbfloat16_propagation_test.cc950 HloInstruction::CreateDomain(tuple->shape(), tuple, nullptr, nullptr)); in TEST_F()
991 HloInstruction::CreateDomain(param->shape(), param, nullptr, nullptr)); in TEST_F()
Dhlo_cost_analysis_test.cc555 HloInstruction::CreateDomain(tuple->shape(), tuple, nullptr, nullptr)); in TEST_F()
Dhlo_instruction.h739 static std::unique_ptr<HloInstruction> CreateDomain(
Dhlo_instruction.cc1324 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateDomain( in CreateDomain() function in xla::HloInstruction
Dhlo_parser.cc1691 instruction = builder->AddInstruction(HloInstruction::CreateDomain( in ParseInstructionRhs()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DAppDomainUnloadTest.cs42 var childDomain = AppDomain.CreateDomain("test", null, setup);