Home
last modified time | relevance | path

Searched refs:EmptyOp (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dempty_op.cc31 class EmptyOp : public XlaOpKernel { class
33 explicit EmptyOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in EmptyOp() function in tensorflow::__anonfc5e1cca0111::EmptyOp
63 REGISTER_XLA_OP(Name("Empty").CompileTimeConstantInput("shape"), EmptyOp);
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprog.h42 enum EmptyOp { enum
75 void InitEmptyWidth(EmptyOp empty, uint32_t out);
92 EmptyOp empty() { DCHECK_EQ(opcode(), kInstEmptyWidth); return empty_; } in empty()
160 EmptyOp empty_; // opcode == kInstEmptyWidth
Dcompile.cc181 Frag EmptyWidth(EmptyOp op);
426 Frag Compiler::EmptyWidth(EmptyOp empty) { in EmptyWidth()
Dprog.cc52 void Prog::Inst::InitEmptyWidth(EmptyOp empty, uint32_t out) { in InitEmptyWidth()
/external/tensorflow/tensorflow/core/kernels/
Dinplace_ops.cc380 class EmptyOp : public OpKernel { class
382 explicit EmptyOp(OpKernelConstruction* ctx) : OpKernel(ctx) { in EmptyOp() function in tensorflow::__anon4b908b380311::EmptyOp
423 EmptyOp<dev##Device, type>)
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dmark_ops_for_outside_compilation.cc79 OperationName(TF::EmptyOp::getOperationName(), context), in AddSupportedOpsUsingFolding()
/external/llvm-project/mlir/test/mlir-tblgen/
Dop-python-bindings.td179 // CHECK: class EmptyOp(_ir.OpView):
181 def EmptyOp : TestOp<"empty">;
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_a_m.cc2053 OpFoldResult EmptyOp::fold(ArrayRef<Attribute> operands) { in fold()