Home
last modified time | relevance | path

Searched defs:createOp (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/mhlo/transforms/
Dmap_chlo_to_hlo_op.h30 static ToOpTy createOp(FromOpTy fromOp, Type resultType, in createOp() function
37 static mhlo::CompareOp createOp(BroadcastCompareOp fromOp, Type resultType, in createOp() function
/external/skia/src/gpu/ganesh/ops/
DTextureOp.cpp1224 void createOp(GrTextureSetEntry set[], int clumpSize, GrAAType aaType) { in createOp() function in skgpu::ganesh::TextureOp::BatchSizeLimiter
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp2609 Id Builder::createOp(Op opCode, Id typeId, const std::vector<Id>& operands) in createOp() function in spv::Builder
2619 Id Builder::createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands) in createOp() function in spv::Builder
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.cpp2666 Id Builder::createOp(Op opCode, Id typeId, const std::vector<Id>& operands) in createOp() function in spv::Builder
2676 Id Builder::createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands) in createOp() function in spv::Builder
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6149 Value *createOp(IRBuilder<> &Builder, const Twine &Name) const { in createOp() function in __anonae696b3d1f11::HorizontalReduction::OperationData
6339 Value *createOp(IRBuilder<> &Builder, const Twine &Name, in createOp() function in __anonae696b3d1f11::HorizontalReduction::OperationData
6363 Value *createOp(IRBuilder<> &Builder, const Twine &Name, in createOp() function in __anonae696b3d1f11::HorizontalReduction::OperationData
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Dlegalize_to_linalg.cc2773 auto createOp = [&](auto* typePtr) -> linalg::LinalgOp { in matchAndRewrite() local