Home
last modified time | relevance | path

Searched refs:kOutput (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/
Dtfprof_options.cc41 *output_type = kOutput[1]; in ParseOutput()
45 std::set<string> output_types(kOutput, in ParseOutput()
46 kOutput + sizeof(kOutput) / sizeof(*kOutput)); in ParseOutput()
73 if (*output_type == kOutput[0]) { in ParseOutput()
81 } else if (*output_type == kOutput[2]) { in ParseOutput()
87 } else if (*output_type == kOutput[3]) { in ParseOutput()
148 output_type = kOutput[2]; in FromProtoStr()
Dtfprof_options.h74 static const char* const kOutput[] = {"timeline", "stdout", "file", "pprof", variable
/external/boringssl/src/crypto/chacha/
Dchacha_test.cc130 static const uint8_t kOutput[] = { variable
219 static_assert(sizeof(kInput) == sizeof(kOutput),
229 EXPECT_EQ(Bytes(kOutput, len), Bytes(buf.get(), len)); in TEST()
234 EXPECT_EQ(Bytes(kOutput, len), Bytes(buf.get(), len)); in TEST()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_multi.cc32 if (opts.output_type == kOutput[0]) { in Show()
37 if (opts.output_type == kOutput[1]) { in Show()
40 } else if (opts.output_type == kOutput[2]) { in Show()
47 } else if (opts.output_type == kOutput[3] || in Show()
48 opts.output_type == kOutput[4]) { in Show()
Dtfprof_op.cc108 if (opts.output_type == kOutput[3]) { in ShowInternal()
112 if (opts.output_type == kOutput[1] || opts.output_type == kOutput[2]) { in ShowInternal()
176 if (opts.output_type == kOutput[1] || opts.output_type == kOutput[2]) { in ShowInternal()
Dtfprof_show.cc29 if (opts.output_type == kOutput[0]) { in Show()
34 if (opts.output_type == kOutput[1]) { in Show()
37 } else if (opts.output_type == kOutput[2]) { in Show()
44 } else if (opts.output_type == kOutput[3] || in Show()
45 opts.output_type == kOutput[4]) { in Show()
Dtfprof_code.cc459 if (opts.output_type == kOutput[3]) { in ShowInternal()
493 if (opts.output_type == kOutput[3]) { in ShowInternal()
516 if (nodes.empty() && root->has_trace() && opts.output_type == kOutput[3]) { in Format()
521 if (root->has_trace() && opts.output_type == kOutput[3]) { in Format()
529 if (root->has_trace() && opts.output_type == kOutput[3]) { in Format()
Dprint_model_analysis.cc59 if (opts.output_type == kOutput[1]) { in RunProfile()
Dtfprof_scope.cc82 if (opts.output_type == kOutput[3]) { in ShowInternal()
Dtfprof_graph.cc76 if (opts.output_type == kOutput[3]) { in ShowInternal()
Dtfprof_stats.cc156 if (opts.step < 0 && opts.output_type == kOutput[0]) { in ShowGraphNode()
/external/tensorflow/tensorflow/compiler/xla/service/
Dliveness_util.cc208 } else if (user->fusion_kind() == HloInstruction::FusionKind::kOutput && in CanShareOperandBufferWithUser()
313 } else if (user->fusion_kind() == HloInstruction::FusionKind::kOutput && in CanShareOperandBufferWithUser()
Dliveness_util_test.cc295 {add, dot}, HloInstruction::FusionKind::kOutput); in TEST_F()
337 {add, nested_fusion}, HloInstruction::FusionKind::kOutput); in TEST_F()
368 {add, two, reverse}, HloInstruction::FusionKind::kOutput); in TEST_F()
Dreduce_precision_insertion.cc177 instruction->fusion_kind() == HloInstruction::FusionKind::kOutput)) { in insert_on_outputs()
Dinstruction_fusion.cc433 consumer->fusion_kind() != HloInstruction::FusionKind::kOutput) { in ShouldFuse()
Dhlo_instruction_test.cc1175 {add, nested_fusion}, HloInstruction::FusionKind::kOutput); in TEST_F()
1177 {sub, nested_fusion}, HloInstruction::FusionKind::kOutput); in TEST_F()
Dhlo_instruction.h167 kOutput, // Op's output is fused into the op itself. enumerator
Dhlo_instruction.cc2420 case FusionKind::kOutput: in ToCategory()
3198 case HloInstruction::FusionKind::kOutput: in ToString()
3216 return HloInstruction::FusionKind::kOutput; in StringToFusionKind()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion.cc154 ? HloInstruction::FusionKind::kOutput in ChooseKind()
Dcpu_instruction_fusion_test.cc661 HloInstruction::FusionKind::kOutput); in TEST_F()
674 HloInstruction::FusionKind::kOutput); in TEST_F()
Dcpu_layout_assignment_test.cc288 dot_shape, HloInstruction::FusionKind::kOutput, add_result)); in RunDotOutputFusion()
Ddot_op_emitter.cc1114 hlo.fusion_kind() == HloInstruction::FusionKind::kOutput) { in ProfitableToMakeDotOperandColumnMajor()
Dir_emitter.cc2119 } else if (fusion->fusion_kind() == HloInstruction::FusionKind::kOutput) { in HandleFusion()
/external/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.h29 kOutput, enumerator