Searched defs:ConstantOp (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dconstant_op.h26 // ConstantOp returns a tensor specified by ConstantOpDef.
27 class ConstantOp : public OpKernel { class in namespace:tensorflow
29 explicit ConstantOp(OpKernelConstruction* ctx);
32 ~ConstantOp() override;
36 TF_DISALLOW_COPY_AND_ASSIGN(ConstantOp);
39 // HostConstantOp differs from ConstantOp in that its output is always
H A Dconstant_op.cc69 ConstantOp::ConstantOp(OpKernelConstruction* ctx) function in class:tensorflow::ConstantOp
83 void ConstantOp::Compute(OpKernelContext* ctx) {
90 ConstantOp::~ConstantOp() {}
92 REGISTER_KERNEL_BUILDER(Name("Const").Device(DEVICE_CPU), ConstantOp); member in namespace:tensorflow
98 ConstantOp);
120 ConstantOp);
/external/llvm/include/llvm/CodeGen/
H A DStackMaps.h89 /// [call arguments], <StackMaps::ConstantOp>, <calling convention>,
90 /// <StackMaps::ConstantOp>, <statepoint flags>,
91 /// <StackMaps::ConstantOp>, <num other args>, [other args],
163 typedef enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp } OpType; enumerator in enum:llvm::StackMaps::__anon13610

Completed in 347 milliseconds