Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_alias_analysis.cc78 VLOG(3) << "Merging colocated values, value: " << value->ToShortString(); in MergeAliasedBuffers()
222 << while_value.ToShortString(); in ComputeWhileAliasedBuffers()
240 << while_value.ToShortString(); in ComputeWhileAliasedBuffers()
263 << while_value.ToShortString(); in ComputeWhileAliasedBuffers()
297 << cond_value.ToShortString(); in ComputeConditionalAliasedBuffers()
314 VLOG(2) << "Use of value " << value.ToShortString() << ": " << use; in ComputeAliasedBuffers()
568 VLOG(1) << values[i - 1]->ToShortString() << " and " in HasLiveRangeInterference()
569 << values[i]->ToShortString() << " are not ordered"; in HasLiveRangeInterference()
577 StrAppend(out, value->ToShortString()); in HasLiveRangeInterference()
580 << "\nValue " << values[i - 1]->ToShortString() in HasLiveRangeInterference()
[all …]
Dcopy_insertion.cc499 << value_a->ToShortString() << " and " in CopyRemover()
500 << value_b->ToShortString() << " are not ordered"; in CopyRemover()
644 VLOG(2) << " Live range of " << a.value->ToShortString() in TryElideCopy()
645 << " is before " << b.value->ToShortString(); in TryElideCopy()
648 VLOG(2) << " Live range of " << a.value->ToShortString() in TryElideCopy()
649 << " is not before " << b.value->ToShortString(); in TryElideCopy()
654 VLOG(3) << copy->name() << " copies value " << src->value->ToShortString(); in TryElideCopy()
751 << src->value->ToShortString() << ") in its buffer"; in TryElideCopy()
796 VLOG(2) << "Removing copy " << operand_node->value->ToShortString() in RemoveCopyValue()
797 << " => " << copy_value_node->value->ToShortString(); in RemoveCopyValue()
[all …]
Dhlo_value.cc89 string HloValue::ToShortString() const { in ToShortString() function in xla::HloValue
99 string out = StrCat(indentation, ToShortString(), ", positions:\n"); in ToString()
207 out << value.ToShortString(); in operator <<()
221 result->append(value->ToShortString()); in ToString()
Dconditional_simplifier.cc49 << conditional->ToShortString(); in TryRemoveConditional()
59 << conditional->ToShortString(); in TryRemoveConditional()
Dhlo_ordering.cc174 << ", value=" << value.ToShortString() << ")"; in UseIsBeforeValueDefinition()
246 << value.ToShortString(); in UseIsBeforeValueDefinition()
258 VLOG(4) << "LiveRangeStrictlyBefore(a = " << a.ToShortString() in LiveRangeStrictlyBefore()
259 << ", b = " << b.ToShortString() << ")"; in LiveRangeStrictlyBefore()
Dhlo_dataflow_analysis.cc108 VLOG(4) << "NewHloValue = " << emplaced.first->second.ToShortString(); in NewHloValue()
115 VLOG(4) << "MarkValueForDeletion(" << value.ToShortString() << ")"; in MarkValueForDeletion()
132 << "Value " << value->ToShortString() in DeleteMarkedValues()
160 StrAppend(&out, " ", value->ToShortString(), in ToString()
169 StrAppend(&out, " ", value->ToShortString(), in ToString()
901 << value->ToShortString(); in Verify()
916 << " unexpectedly contains value " << value->ToShortString(); in Verify()
Dhlo_buffer.cc62 result->append(value->ToShortString()); in ToString()
Dmap_inliner.cc78 << root.ToShortString(); in HandleMap()
Dhlo_value.h150 string ToShortString() const;
Dwhile_loop_analysis.cc102 << while_op->ToShortString(); in GetLoopInductionVarTupleIdx()
Dar_crs_combiner.cc365 LOG(FATAL) << "Unexpected instruction: " << next->ToShortString(); in RewriteGraph()
Dwhile_loop_simplifier.cc470 << while_op->ToShortString(); in TryRemoveWhileLoop()
1008 << while_op->ToShortString(); in Run()
Dhlo_memory_scheduler.cc304 VLOG(2) << "Schedule instruction: " << best->ToShortString() in CreateSchedule()
Dhlo_module_group_metadata.cc37 (instruction_ != nullptr) ? instruction_->ToShortString() : "NULL"; in ToString()
Dhlo_verifier.cc1346 << "Broadcast HLO (" << broadcast->ToShortString() in HandleBroadcast()
1419 << crs->ToShortString(); in HandleAllReduce()
Dtuple_points_to_analysis.cc578 instruction->ToShortString(), ":\n"); in InstructionToString()
Dlayout_assignment.cc359 absl::StrAppend(&output, " ", instruction->ToShortString(), "\n"); in ToString()
1411 << instruction->ToShortString(); in PropagateBufferConstraintToOperands()
Dhlo_instruction.h1114 string ToShortString() const;
Dhlo_instruction.cc2391 string HloInstruction::ToShortString() const { in ToShortString() function in xla::HloInstruction
/external/tensorflow/tensorflow/stream_executor/
Ddnn.cc295 string BatchDescriptor::ToShortString() const { in ToShortString() function in stream_executor::dnn::BatchDescriptor
410 string FilterDescriptor::ToShortString() const { in ToShortString() function in stream_executor::dnn::FilterDescriptor
485 string ConvolutionDescriptor::ToShortString() const { in ToShortString() function in stream_executor::dnn::ConvolutionDescriptor
540 string PoolingDescriptor::ToShortString() const { in ToShortString() function in stream_executor::dnn::PoolingDescriptor
578 string NormalizeDescriptor::ToShortString() const { in ToShortString() function in stream_executor::dnn::NormalizeDescriptor
Ddnn.h249 string ToShortString() const;
428 string ToShortString() const;
518 string ToShortString() const;
709 string ToShortString() const;
886 string ToShortString() const;
Dstream.cc39 return descriptor.ToShortString(); in ToVlogString()
43 return descriptor.ToShortString(); in ToVlogString()
47 return descriptor.ToShortString(); in ToVlogString()
51 return descriptor.ToShortString(); in ToVlogString()
55 return descriptor.ToShortString(); in ToVlogString()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Ddynamic_update_slice_util.cc144 << fusion->ToShortString(); in EmitFusedDynamicUpdateSliceInPlaceImpl()