/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | memory_space_assignment_utils.cc | 30 VLOG(4) << "Keeping value " << value->ToShortString() in IsValueAllowedInAlternateMemory() 37 VLOG(4) << "Keeping value " << value->ToShortString() in IsValueAllowedInAlternateMemory() 46 VLOG(4) << "Keeping value " << value->ToShortString() in IsValueAllowedInAlternateMemory() 62 VLOG(4) << "Keeping value " << value->ToShortString() in IsValueAllowedInAlternateMemory() 72 VLOG(4) << "Keeping value " << value->ToShortString() in IsValueAllowedInAlternateMemory()
|
H A 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()
|
H A D | conditional_simplifier.cc | 210 << conditional_op->ToShortString(); in RemoveUnusedTupleElements() 222 << user->ToShortString(); in RemoveUnusedTupleElements() 363 << conditional->ToShortString(); in MergeDuplicateTupleElements() 371 << conditional->ToShortString(); in MergeDuplicateTupleElements() 380 << conditional->ToShortString(); in MergeDuplicateTupleElements() 453 << conditional->ToShortString(); in TryRemoveConditional() 518 << conditional->ToShortString(); in TryRemoveConditional()
|
H A D | tuple_util.cc | 84 VLOG(4) << "Instruction " << new_instruction->ToShortString() in ReplaceTupleWith() 86 << tuple->ToShortString(); in ReplaceTupleWith() 128 << new_instruction->ToShortString() in ReplaceTupleWith() 129 << " tuple = " << tuple->ToShortString(); in ReplaceTupleWith()
|
H A D | copy_insertion.cc | 1359 << copy_node.src->value->ToShortString(); in TryElideCopy() 1369 VLOG(2) << "Live range of " << prev_src->value->ToShortString() in TryElideCopy() 1370 << " is not before " << next_dest->value->ToShortString(); in TryElideCopy() 1493 << copy_node.src->value->ToShortString() << ") in its buffer"; in TryElideCopy() 1533 VLOG(2) << "Removing copy " << operand_node->value->ToShortString() in RemoveCopyValue() 1534 << " => " << copy_value_node->value->ToShortString(); in RemoveCopyValue() 1716 result = node->value->ToShortString(); in ValueListToString() 1719 StrAppend(&result, node->value->ToShortString()); in ValueListToString() 1731 StrAppend(&out, " Buffer defined by ", head->value->ToShortString(), in ToString() 1735 StrAppend(&out, " ", p->value->ToShortString(), ", uses: ", in ToString() [all …]
|
H A D | hlo_value.cc | 79 std::string HloValue::ToShortString() const { in ToShortString() function in xla::HloValue 89 StrCat(indentation, ToShortString(), "\n", indentation, " positions:\n"); in ToString() 199 out << value.ToShortString(); in operator <<() 223 result->append(value->ToShortString()); in ToString()
|
H A D | buffer_assignment.cc | 228 buffer.ToShortString()); in AddAssignment() 363 buffer->ToShortString(), offset_size.size, offset_size.offset, in ToString() 904 absl::StrAppend(&binfo, "\"", buffer.ToShortString(), "\","); in BufferInfoString() 1012 VLOG(4) << "End of live range of " << buffer1->ToShortString() in LiveRangeInterferes() 1014 << buffer2->ToShortString() << ", buffer cannot be shared."; in LiveRangeInterferes() 1021 VLOG(4) << "End of live range of " << buffer2->ToShortString() in LiveRangeInterferes() 1023 << buffer1->ToShortString() << ", buffer cannot be shared."; in LiveRangeInterferes() 1110 << new_value->ToShortString(); in MaybeAssignBuffer() 1119 << " may interfere with " << new_value->ToShortString(); in MaybeAssignBuffer() 1131 << new_value->ToShortString(); in MaybeAssignBuffer() [all …]
|
H A 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()
|
H A D | memory_space_assignment.cc | 225 VLOG(4) << "inserting: " << new_instruction->ToShortString(); in InsertInstructionAndEnsureOperandsInserted() 965 std::string MemorySpaceAssignment::AllocationValue::ToShortString() const { in ToShortString() function in xla::memory_space_assignment::MemorySpaceAssignment::AllocationValue 968 ", value = ", value_->ToShortString(), in ToShortString() 1091 VLOG(3) << "Mark " << allocation_value.ToShortString() in CreateAllocationValues() 1114 << " to " << aliased_value->ToShortString(); in FindAliases() 1329 absl::StrAppend(debug_str, "\"", interval.buffer->ToShortString(), "\","); in AppendBufferInfoDebugString() 1480 VLOG(3) << "Skip " << interval.buffer->ToShortString() in Finish() 1486 VLOG(3) << "Skip " << interval.buffer->ToShortString() in Finish() 1494 VLOG(3) << "Interval " << interval.buffer->ToShortString() in Finish() 1516 VLOG(4) << "Not allocating " << interval.buffer->ToShortString() in Finish() [all …]
|
H A D | heap_simulator.cc | 235 VLOG(1) << "Start buffer: " << value->ToShortString(); in RunComputation() 246 << first_allocated_value[hlo_buffer]->ToShortString(); in RunComputation() 307 VLOG(1) << "Sharing " << value->ToShortString() << " with " in RunComputation() 308 << operand_value->ToShortString() in RunComputation() 329 VLOG(1) << " " << value->ToShortString(); in RunComputation()
|
H A D | hlo_dataflow_analysis.cc | 321 VLOG(4) << "NewHloValue = " << result.first->second->ToShortString(); in NewHloValue() 328 VLOG(4) << "MarkValueForDeletion(" << value.ToShortString() << ")"; in MarkValueForDeletion() 346 << "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() 1600 << value->ToShortString(); in Verify() 1615 << " unexpectedly contains value " << value->ToShortString(); in Verify()
|
H A D | async_collective_creator.cc | 78 "replacing ", ar->ToShortString()); in Run() 108 "replacing ", ag->ToShortString()); in Run()
|
H A D | while_loop_analysis.cc | 113 VLOG(2) << "Aux Induction Variables for loop:" << while_op->ToShortString(); in GetAuxiliaryLoopInductionVars() 114 VLOG(2) << "the parameter instr:" << while_body_param->ToShortString(); in GetAuxiliaryLoopInductionVars() 255 << while_op->ToShortString(); in GetLoopInductionVarTupleIdx()
|
H A D | while_loop_simplifier.cc | 781 << while_op->ToShortString(); in TryRemoveWhileLoop() 793 << while_op->ToShortString(); in TryRemoveWhileLoop() 855 << while_op->ToShortString(); in TryRemoveWhileLoop() 1371 << while_op->ToShortString(); in Run()
|
H A D | hlo_buffer.cc | 63 result->append(value->ToShortString()); in ToString()
|
H A D | hlo_input_output_alias_config.h | 133 std::string ToShortString() const;
|
H A D | map_inliner.cc | 77 << root.ToShortString(); in HandleMap()
|
H A D | hlo_value.h | 167 std::string ToShortString() const;
|
H A D | instruction_fusion.cc | 624 VLOG(2) << "Not fusing " << operand->ToShortString() << "| into |" in Run() 625 << instruction->ToShortString() << "| as " in Run()
|
H A D | hlo_input_output_alias_config.cc | 112 std::string HloInputOutputAliasConfig::ToShortString() const { in ToShortString() function in xla::HloInputOutputAliasConfig
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/ |
H A D | cq_verifier.cc | 229 std::string CqVerifier::Expectation::ToShortString() const { in ToShortString() function in grpc_core::CqVerifier::Expectation 261 expectations.push_back(e.ToShortString()); in ToShortStrings() 266 std::string CqVerifier::ToShortString() const { in ToShortString() function in grpc_core::CqVerifier 367 gpr_log(GPR_ERROR, "Verify %s for %s", ToShortString().c_str(), in Verify()
|
H A D | cq_verifier.h | 127 std::string ToShortString() const; 146 std::string ToShortString() const;
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
H A D | dnn.cc | 533 std::string BatchDescriptor::ToShortString() const { in ToShortString() function in stream_executor::dnn::BatchDescriptor 650 std::string FilterDescriptor::ToShortString() const { in ToShortString() function in stream_executor::dnn::FilterDescriptor 767 std::string ConvolutionDescriptor::ToShortString() const { in ToShortString() function in stream_executor::dnn::ConvolutionDescriptor 821 std::string PoolingDescriptor::ToShortString() const { in ToShortString() function in stream_executor::dnn::PoolingDescriptor 859 std::string NormalizeDescriptor::ToShortString() const { in ToShortString() function in stream_executor::dnn::NormalizeDescriptor
|
H A D | dnn.h | 249 std::string ToShortString() const; 440 std::string ToShortString() const; 548 std::string ToShortString() const; 751 std::string ToShortString() const; 1059 std::string ToShortString() const;
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | fusion_merger.cc | 333 << "fusion contains user |" << user->ToShortString() in HandleFusion()
|