Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_runtime.cc98 xla::llvm_ir::DecodeSelfDescribingShapeConstant(shape_ptr, shape_length); in ShapeString()
145 xla::llvm_ir::DecodeSelfDescribingShapeConstant(shape_ptr, shape_length); in __xla_cpu_runtime_ReleaseInfeedBufferAfterDequeue()
188 xla::llvm_ir::DecodeSelfDescribingShapeConstant(shape_ptr, shape_length); in __xla_cpu_runtime_ReleaseOutfeedBufferAfterPopulation()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.h149 StatusOr<Shape> DecodeSelfDescribingShapeConstant(const void* shape_ptr,
Dllvm_util.cc248 StatusOr<Shape> DecodeSelfDescribingShapeConstant(const void* shape_ptr, in DecodeSelfDescribingShapeConstant() function