Searched refs:EmptyTensorListOp (Results 1 – 6 of 6) sorted by relevance
209 class EmptyTensorListOp : public XlaOpKernel { class211 explicit EmptyTensorListOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in EmptyTensorListOp() function in tensorflow::__anond80ffd040111::EmptyTensorListOp273 TF_DISALLOW_COPY_AND_ASSIGN(EmptyTensorListOp);280 EmptyTensorListOp);
505 : public ConvertTensorListInitOp<TF::EmptyTensorListOp> {509 Value GetNumElements(TF::EmptyTensorListOp op, ArrayRef<Value> operands, in GetNumElements()990 target.addIllegalOp<TF::EmptyTensorListOp, TF::TensorListFromTensorOp, in runOnOperation()
131 GET_OPERATION_NAME(TF::EmptyTensorListOp), in AddRewrittenCompositeOps()
563 TF::EmptyTensorListOp list, in HandleEmptyTensorListOp()824 } else if (auto list = llvm::dyn_cast<TF::EmptyTensorListOp>(&op)) { in DecomposeTensorListOpsInternal()
139 return isa<TensorListReserveOp>(op) || isa<EmptyTensorListOp>(op) || in IsTensorListInitOp()145 if (auto empty_tl = dyn_cast<EmptyTensorListOp>(op)) in GetElementShapeOperand()
2090 static LogicalResult Verify(EmptyTensorListOp op) { in Verify()