Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_runtime.cc215 tensorflow::string ShapeString(const void* shape_ptr, xla::int32 shape_length) { in ShapeString() function
272 << ShapeString(shape, shape_length) << " on stream executor " in __xla_cpu_runtime_AcquireInfeedBufferForDequeue()
284 << ShapeString(shape, shape_length); in __xla_cpu_runtime_AcquireInfeedBufferForDequeue()
295 << ShapeString(shape_ptr, shape_length) << " on stream executor " in __xla_cpu_runtime_ReleaseInfeedBufferAfterDequeue()
313 << ShapeString(shape_ptr, shape_length) << " on stream executor " in __xla_cpu_runtime_AcquireOutfeedBufferForPopulation()
325 << ShapeString(shape_ptr, shape_length); in __xla_cpu_runtime_AcquireOutfeedBufferForPopulation()
336 << ShapeString(shape_ptr, shape_length) << " on stream executor " in __xla_cpu_runtime_ReleaseOutfeedBufferAfterPopulation()
694 auto shape_str = ShapeString(shape_ptr, shape_length); in __xla_cpu_runtime_AllReduce()