Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.h140 StatusOr<llvm::Value*> EncodeSelfDescribingShapeConstant(const Shape& shape,
Dllvm_util.cc237 StatusOr<llvm::Value*> EncodeSelfDescribingShapeConstant(const Shape& shape, in EncodeSelfDescribingShapeConstant() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc398 llvm_ir::EncodeSelfDescribingShapeConstant(shape, &shape_length, &b_)); in EmitXfeedTransfer()