Home
last modified time | relevance | path

Searched defs:shape_ptr (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_runtime.cc96 tensorflow::string ShapeString(const void* shape_ptr, xla::int32 shape_length) { in ShapeString()
134 void* buffer_ptr, const void* shape_ptr, xla::int32 shape_length) { in __xla_cpu_runtime_ReleaseInfeedBufferAfterDequeue()
153 const void* shape_ptr, xla::int32 shape_length) { in __xla_cpu_runtime_AcquireOutfeedBufferForPopulation()
177 void* buffer_ptr, const void* shape_ptr, xla::int32 shape_length) { in __xla_cpu_runtime_ReleaseOutfeedBufferAfterPopulation()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc248 StatusOr<Shape> DecodeSelfDescribingShapeConstant(const void* shape_ptr, in DecodeSelfDescribingShapeConstant()