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

/external/tensorflow/tensorflow/c/eager/
H A Druntime.cc240 Status KernelAndDevice::InitOp(Device* device, const NodeDef& ndef, function in class:tensorflow::KernelAndDevice
/external/tensorflow/tensorflow/core/kernels/
H A Dops_testutil.h99 Status InitOp() { return InitOpWithGraphVersion(TF_GRAPH_DEF_VERSION); } function in class:tensorflow::OpsTestBase
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp399 const Expr *InitOp,
405 auto *CE = cast<CallExpr>(InitOp);
419 CGF.EmitIgnoredExpr(InitOp);
397 emitInitWithReductionInitializer(CodeGenFunction &CGF, const OMPDeclareReductionDecl *DRD, const Expr *InitOp, Address Private, Address Original, QualType Ty) argument

Completed in 668 milliseconds