/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_options.cc | 41 *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()
|
D | tfprof_options.h | 74 static const char* const kOutput[] = {"timeline", "stdout", "file", "pprof", variable
|
/external/boringssl/src/crypto/chacha/ |
D | chacha_test.cc | 130 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/ |
D | tfprof_show_multi.cc | 32 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()
|
D | tfprof_op.cc | 108 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()
|
D | tfprof_show.cc | 29 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()
|
D | tfprof_code.cc | 459 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()
|
D | print_model_analysis.cc | 59 if (opts.output_type == kOutput[1]) { in RunProfile()
|
D | tfprof_scope.cc | 82 if (opts.output_type == kOutput[3]) { in ShowInternal()
|
D | tfprof_graph.cc | 76 if (opts.output_type == kOutput[3]) { in ShowInternal()
|
D | tfprof_stats.cc | 156 if (opts.step < 0 && opts.output_type == kOutput[0]) { in ShowGraphNode()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | liveness_util.cc | 208 } else if (user->fusion_kind() == HloInstruction::FusionKind::kOutput && in CanShareOperandBufferWithUser() 313 } else if (user->fusion_kind() == HloInstruction::FusionKind::kOutput && in CanShareOperandBufferWithUser()
|
D | liveness_util_test.cc | 295 {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()
|
D | reduce_precision_insertion.cc | 177 instruction->fusion_kind() == HloInstruction::FusionKind::kOutput)) { in insert_on_outputs()
|
D | instruction_fusion.cc | 433 consumer->fusion_kind() != HloInstruction::FusionKind::kOutput) { in ShouldFuse()
|
D | hlo_instruction_test.cc | 1175 {add, nested_fusion}, HloInstruction::FusionKind::kOutput); in TEST_F() 1177 {sub, nested_fusion}, HloInstruction::FusionKind::kOutput); in TEST_F()
|
D | hlo_instruction.h | 167 kOutput, // Op's output is fused into the op itself. enumerator
|
D | hlo_instruction.cc | 2420 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/ |
D | cpu_instruction_fusion.cc | 154 ? HloInstruction::FusionKind::kOutput in ChooseKind()
|
D | cpu_instruction_fusion_test.cc | 661 HloInstruction::FusionKind::kOutput); in TEST_F() 674 HloInstruction::FusionKind::kOutput); in TEST_F()
|
D | cpu_layout_assignment_test.cc | 288 dot_shape, HloInstruction::FusionKind::kOutput, add_result)); in RunDotOutputFusion()
|
D | dot_op_emitter.cc | 1114 hlo.fusion_kind() == HloInstruction::FusionKind::kOutput) { in ProfitableToMakeDotOperandColumnMajor()
|
D | ir_emitter.cc | 2119 } else if (fusion->fusion_kind() == HloInstruction::FusionKind::kOutput) { in HandleFusion()
|
/external/icu/icu4c/source/test/intltest/ |
D | numberformattesttuple.h | 29 kOutput, enumerator
|