Searched refs:EmptyOp (Results 1 – 8 of 8) sorted by relevance
31 class EmptyOp : public XlaOpKernel { class33 explicit EmptyOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in EmptyOp() function in tensorflow::__anonfc5e1cca0111::EmptyOp63 REGISTER_XLA_OP(Name("Empty").CompileTimeConstantInput("shape"), EmptyOp);
42 enum EmptyOp { enum75 void InitEmptyWidth(EmptyOp empty, uint32_t out);92 EmptyOp empty() { DCHECK_EQ(opcode(), kInstEmptyWidth); return empty_; } in empty()160 EmptyOp empty_; // opcode == kInstEmptyWidth
181 Frag EmptyWidth(EmptyOp op);426 Frag Compiler::EmptyWidth(EmptyOp empty) { in EmptyWidth()
52 void Prog::Inst::InitEmptyWidth(EmptyOp empty, uint32_t out) { in InitEmptyWidth()
380 class EmptyOp : public OpKernel { class382 explicit EmptyOp(OpKernelConstruction* ctx) : OpKernel(ctx) { in EmptyOp() function in tensorflow::__anon4b908b380311::EmptyOp423 EmptyOp<dev##Device, type>)
79 OperationName(TF::EmptyOp::getOperationName(), context), in AddSupportedOpsUsingFolding()
179 // CHECK: class EmptyOp(_ir.OpView):181 def EmptyOp : TestOp<"empty">;
2053 OpFoldResult EmptyOp::fold(ArrayRef<Attribute> operands) { in fold()