/external/tensorflow/tensorflow/compiler/xla/service/ |
D | memory_space_assignment_utils.cc | 30 VLOG(4) << "Keeping value " << value->ToShortString() in IsValueAllowedInAlternateMemory() 37 VLOG(4) << "Keeping value " << value->ToShortString() in IsValueAllowedInAlternateMemory() 53 VLOG(4) << "Keeping value " << value->ToShortString() in IsValueAllowedInAlternateMemory() 69 VLOG(4) << "Keeping value " << value->ToShortString() in IsValueAllowedInAlternateMemory() 79 VLOG(4) << "Keeping value " << value->ToShortString() in IsValueAllowedInAlternateMemory()
|
D | hlo_alias_analysis.cc | 78 VLOG(3) << "Merging colocated values, value: " << value->ToShortString(); in MergeAliasedBuffers() 222 << while_value.ToShortString(); in ComputeWhileAliasedBuffers() 240 << while_value.ToShortString(); in ComputeWhileAliasedBuffers() 264 << while_value.ToShortString(); in ComputeWhileAliasedBuffers() 298 << cond_value.ToShortString(); in ComputeConditionalAliasedBuffers() 324 VLOG(3) << " operand value " << operand_value.ToShortString() in ComputeInPlaceOperationAliasedBuffers() 337 VLOG(3) << " use value " << use_value.ToShortString() << " aliases."; in ComputeInPlaceOperationAliasedBuffers() 348 VLOG(2) << "Use of value " << value.ToShortString() << ": " << use; in ComputeAliasedBuffers() 668 VLOG(1) << values[i - 1]->ToShortString() << " and " in HasLiveRangeInterference() 669 << values[i]->ToShortString() << " are not ordered"; in HasLiveRangeInterference() [all …]
|
D | loop_schedule_linearizer.cc | 125 << read->ToShortString() << " to " << write->ToShortString() in AddControlEdgesForLoopWrites() 134 VLOG(2) << "Adding dependency: " << read->ToShortString() in AddControlEdgesForLoopWrites() 135 << " before " << write->ToShortString(); in AddControlEdgesForLoopWrites()
|
D | conditional_simplifier.cc | 208 << conditional_op->ToShortString(); in RemoveUnusedTupleElements() 220 << user->ToShortString(); in RemoveUnusedTupleElements() 361 << conditional->ToShortString(); in MergeDuplicateTupleElements() 369 << conditional->ToShortString(); in MergeDuplicateTupleElements() 378 << conditional->ToShortString(); in MergeDuplicateTupleElements() 451 << conditional->ToShortString(); in TryRemoveConditional() 516 << conditional->ToShortString(); in TryRemoveConditional()
|
D | hlo_value.cc | 90 string HloValue::ToShortString() const { in ToShortString() function in xla::HloValue 100 StrCat(indentation, ToShortString(), "\n", indentation, " positions:\n"); in ToString() 212 out << value.ToShortString(); in operator <<() 226 result->append(value->ToShortString()); in ToString()
|
D | async_collective_creator.cc | 52 "replacing ", ar->ToShortString()); in Run() 76 "replacing ", ag->ToShortString()); in Run()
|
D | copy_insertion.cc | 1331 << copy_node.src->value->ToShortString(); in TryElideCopy() 1341 VLOG(2) << "Live range of " << prev_src->value->ToShortString() in TryElideCopy() 1342 << " is not before " << next_dest->value->ToShortString(); in TryElideCopy() 1464 << copy_node.src->value->ToShortString() << ") in its buffer"; in TryElideCopy() 1504 VLOG(2) << "Removing copy " << operand_node->value->ToShortString() in RemoveCopyValue() 1505 << " => " << copy_value_node->value->ToShortString(); in RemoveCopyValue() 1679 result = node->value->ToShortString(); in ValueListToString() 1682 StrAppend(&result, node->value->ToShortString()); in ValueListToString() 1694 StrAppend(&out, " Buffer defined by ", head->value->ToShortString(), in ToString() 1698 StrAppend(&out, " ", p->value->ToShortString(), ", uses: ", in ToString() [all …]
|
D | hlo_ordering.cc | 221 << ", value=" << value.ToShortString() << ")"; in UsesBeforeValueDefinition() 373 << value.ToShortString(); in UsesBeforeValueDefinition() 392 VLOG(4) << "LiveRangeStrictlyBefore(a = " << a.ToShortString() in LiveRangeStrictlyBefore() 393 << ", b = " << b.ToShortString() << ")"; in LiveRangeStrictlyBefore()
|
D | buffer_assignment.cc | 248 buffer.ToShortString()); in AddAssignment() 383 buffer->ToShortString(), offset_size.size, offset_size.offset, in ToString() 863 absl::StrAppend(&binfo, "\"", buffer.ToShortString(), "\","); in BufferInfoString() 970 VLOG(4) << "End of live range of " << buffer1->ToShortString() in LiveRangeInterferes() 972 << buffer2->ToShortString() << ", buffer cannot be shared."; in LiveRangeInterferes() 979 VLOG(4) << "End of live range of " << buffer2->ToShortString() in LiveRangeInterferes() 981 << buffer1->ToShortString() << ", buffer cannot be shared."; in LiveRangeInterferes() 1068 << new_value->ToShortString(); in MaybeAssignBuffer() 1077 << " may interfere with " << new_value->ToShortString(); in MaybeAssignBuffer() 1089 << new_value->ToShortString(); in MaybeAssignBuffer() [all …]
|
D | memory_space_assignment.cc | 759 std::string MemorySpaceAssignment::AllocationValue::ToShortString() const { in ToShortString() function in xla::memory_space_assignment::MemorySpaceAssignment::AllocationValue 762 ", value = ", value_->ToShortString(), in ToShortString() 849 VLOG(3) << "Mark " << allocation_value.ToShortString() in CreateAllocationValues() 872 << " to " << aliased_value->ToShortString(); in FindAliases() 1081 absl::StrAppend(debug_str, "\"", interval.buffer->ToShortString(), "\","); in AppendBufferInfoDebugString() 1186 VLOG(3) << "Skip " << interval.buffer->ToShortString() in Finish() 1192 VLOG(3) << "Skip " << interval.buffer->ToShortString() in Finish() 1200 VLOG(3) << "Interval " << interval.buffer->ToShortString() in Finish() 1222 VLOG(4) << "Not allocating " << interval.buffer->ToShortString() in Finish() 1230 colocated_intervals[0]->buffer->ToShortString()); in Finish() [all …]
|
D | hlo_buffer.cc | 62 result->append(value->ToShortString()); in ToString()
|
D | while_loop_analysis.cc | 106 VLOG(2) << "Aux Induction Variables for loop:" << while_op->ToShortString(); in GetAuxiliaryLoopInductionVars() 107 VLOG(2) << "the parameter instr:" << while_body_param->ToShortString(); in GetAuxiliaryLoopInductionVars() 248 << while_op->ToShortString(); in GetLoopInductionVarTupleIdx()
|
D | map_inliner.cc | 78 << root.ToShortString(); in HandleMap()
|
D | hlo_input_output_alias_config.h | 133 string ToShortString() const;
|
D | heap_simulator.cc | 232 VLOG(1) << "Start buffer: " << value->ToShortString(); in RunComputation() 243 << first_allocated_value[hlo_buffer]->ToShortString(); in RunComputation() 304 VLOG(1) << "Sharing " << value->ToShortString() << " with " in RunComputation() 305 << operand_value->ToShortString() in RunComputation() 326 VLOG(1) << " " << value->ToShortString(); in RunComputation()
|
D | hlo_dataflow_analysis.cc | 322 VLOG(4) << "NewHloValue = " << emplaced.first->second.ToShortString(); in NewHloValue() 329 VLOG(4) << "MarkValueForDeletion(" << value.ToShortString() << ")"; in MarkValueForDeletion() 347 << "Value " << value->ToShortString() in DeleteMarkedValues() 375 StrAppend(&out, " ", value->ToShortString(), in ToString() 384 StrAppend(&out, " ", value->ToShortString(), in ToString() 501 VLOG(1) << current_value->ToShortString() << " has new phi inputs: "; in Phi() 1510 << value->ToShortString(); in Verify() 1525 << " unexpectedly contains value " << value->ToShortString(); in Verify()
|
D | while_loop_simplifier.cc | 676 << while_op->ToShortString(); in TryRemoveWhileLoop() 688 << while_op->ToShortString(); in TryRemoveWhileLoop() 750 << while_op->ToShortString(); in TryRemoveWhileLoop() 1263 << while_op->ToShortString(); in Run()
|
D | hlo_value.h | 162 string ToShortString() const;
|
D | hlo_input_output_alias_config.cc | 112 string HloInputOutputAliasConfig::ToShortString() const { in ToShortString() function in xla::HloInputOutputAliasConfig
|
D | hlo_live_range.cc | 151 VLOG(1) << "Moved value " << value->ToShortString() in CalculateBufferStartEndMap()
|
D | ar_crs_combiner.cc | 584 LOG(FATAL) << "Unexpected instruction: " << next->ToShortString(); in RewriteGraph()
|
D | hlo_module_group_metadata.cc | 39 (instruction_ != nullptr) ? instruction_->ToShortString() : "NULL"; in ToString()
|
D | hlo_memory_scheduler.cc | 316 VLOG(2) << "Schedule instruction: " << best->ToShortString() in CreateSchedule()
|
/external/tensorflow/tensorflow/stream_executor/ |
D | dnn.cc | 429 std::string BatchDescriptor::ToShortString() const { in ToShortString() function in stream_executor::dnn::BatchDescriptor 544 std::string FilterDescriptor::ToShortString() const { in ToShortString() function in stream_executor::dnn::FilterDescriptor 661 std::string ConvolutionDescriptor::ToShortString() const { in ToShortString() function in stream_executor::dnn::ConvolutionDescriptor 715 std::string PoolingDescriptor::ToShortString() const { in ToShortString() function in stream_executor::dnn::PoolingDescriptor 753 std::string NormalizeDescriptor::ToShortString() const { in ToShortString() function in stream_executor::dnn::NormalizeDescriptor
|
D | dnn.h | 255 std::string ToShortString() const; 443 std::string ToShortString() const; 550 std::string ToShortString() const; 751 std::string ToShortString() const; 1016 std::string ToShortString() const;
|