Home
last modified time | relevance | path

Searched refs:ToShortString (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dmemory_space_assignment_utils.cc30 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 Dloop_schedule_linearizer.cc125 << read->ToShortString() << " to " << write->ToShortString() in AddControlEdgesForLoopWrites()
134 VLOG(2) << "Adding dependency: " << read->ToShortString() in AddControlEdgesForLoopWrites()
135 << " before " << write->ToShortString(); in AddControlEdgesForLoopWrites()
H A Dconditional_simplifier.cc210 << 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 Dtuple_util.cc84 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 Dcopy_insertion.cc1359 << 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 Dhlo_value.cc79 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 Dbuffer_assignment.cc228 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 Dhlo_ordering.cc221 << ", 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 Dmemory_space_assignment.cc225 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 Dheap_simulator.cc235 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 Dhlo_dataflow_analysis.cc321 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 Dasync_collective_creator.cc78 "replacing ", ar->ToShortString()); in Run()
108 "replacing ", ag->ToShortString()); in Run()
H A Dwhile_loop_analysis.cc113 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 Dwhile_loop_simplifier.cc781 << 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 Dhlo_buffer.cc63 result->append(value->ToShortString()); in ToString()
H A Dhlo_input_output_alias_config.h133 std::string ToShortString() const;
H A Dmap_inliner.cc77 << root.ToShortString(); in HandleMap()
H A Dhlo_value.h167 std::string ToShortString() const;
H A Dinstruction_fusion.cc624 VLOG(2) << "Not fusing " << operand->ToShortString() << "| into |" in Run()
625 << instruction->ToShortString() << "| as " in Run()
H A Dhlo_input_output_alias_config.cc112 std::string HloInputOutputAliasConfig::ToShortString() const { in ToShortString() function in xla::HloInputOutputAliasConfig
/aosp_15_r20/external/grpc-grpc/test/core/end2end/
H A Dcq_verifier.cc229 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 Dcq_verifier.h127 std::string ToShortString() const;
146 std::string ToShortString() const;
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Ddnn.cc533 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 Ddnn.h249 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 Dfusion_merger.cc333 << "fusion contains user |" << user->ToShortString() in HandleFusion()

12