Home
last modified time | relevance | path

Searched defs:OpName (Results 1 – 25 of 104) sorted by relevance

12345

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/linalg/
H A Dlinalg_ops_common.h211 #define REGISTER_LINALG_OP_CPU(OpName, OpClass, Scalar) \ argument
215 #define REGISTER_LINALG_OP_GPU(OpName, OpClass, Scalar) \ argument
220 #define REGISTER_LINALG_OP(OpName, OpClass, Scalar) \ argument
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dname_utils.cc30 string OpName(const string& dataset_type) { in OpName() function
34 string OpName(const string& dataset_type, const OpNameParams& params) { in OpName() function
H A Dname_utils_test.cc50 TEST(NameUtilsTest, OpName) { in TEST() argument
/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp164 std::string OpName = Op.substr(1); in ParseOperandName() local
279 std::string OpName = P.first; in ProcessDisableEncoding() local
H A DCodeGenDAGPatterns.cpp2086 TreePatternNode *TreePattern::ParseTreePattern(Init *TheInit, StringRef OpName){ in ParseTreePattern()
3008 const std::string &OpName = CGI.Operands[i].Name; in parseInstructionPattern() local
3040 const std::string &OpName = Op.Name; in parseInstructionPattern() local
H A DFastISelEmitter.cpp413 static std::string getLegalCName(std::string OpName) { in getLegalCName()
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h508 unsigned OpName) const { in getNamedOperand()
513 int64_t getNamedImmOperand(const MachineInstr &MI, unsigned OpName) const { in getNamedImmOperand()
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Dop_utils.h32 inline std::string OpName(mlir::Operation* op) { in OpName() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/lhlo/transforms/
H A Dmap_hlo_to_lhlo_op.h34 #define MAP_HLO_TO_LHLO(OpName) \ argument
H A Dmap_lhlo_to_hlo_op.h34 #define MAP_LHLO_TO_HLO(OpName) \ argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/shim/
H A Dtf_op_shim.h118 static const char* OpName() { return ImplType::kOpName; } in OpName() function
H A Dtflite_op_shim.h132 static const char* OpName() { return ImplType::kOpName; } in OpName() function
/aosp_15_r20/external/tensorflow/tensorflow/python/client/
H A Dsession_ref.cc78 #define RUN_WITH_TIMESTAMP(OpName, ...) \ argument
402 #define LOG_AND_RUN_OPERATION(OpName, ...) \ argument
/aosp_15_r20/external/pytorch/torch/onnx/_internal/fx/
H A Dregistration.py38 class OpName: class
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/
Dspec_visualizer.py144 OpName = lambda idx: "operation%d" % idx function
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/
H A Dop_cache.h139 string_view OpName() { return op_name_; } in OpName() function
/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/
H A Dscope_internal.h56 enum class OpName; member
H A Dscope.cc101 Scope::Impl::Impl(const Scope& other, Tags::OpName, const string& name, in Impl()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/
H A Dvisualize.py293 def OpName(idx): function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h917 unsigned OpName) const { in getNamedOperand()
922 int64_t getNamedImmOperand(const MachineInstr &MI, unsigned OpName) const { in getNamedImmOperand()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1032 unsigned OpName) const { in getNamedOperand()
1037 int64_t getNamedImmOperand(const MachineInstr &MI, unsigned OpName) const { in getNamedImmOperand()
/aosp_15_r20/external/clang/lib/AST/
H A DDeclarationName.cpp184 const char *OpName = OperatorNames[N.getCXXOverloadedOperator()]; in print() local
H A DDeclPrinter.cpp1394 const char *OpName = in VisitOMPDeclareReductionDecl() local
/aosp_15_r20/external/pytorch/torch/onnx/_internal/
H A D_exporter_legacy.py153 internal_qualified_name: registration.OpName,
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaOverload.cpp6713 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(Op); in AddMemberOperatorCandidates() local
11174 DeclarationName OpName = in DiagnoseTwoPhaseOperatorLookup() local
11504 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(Op); in CreateOverloadedUnaryOp() local
11692 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(Op); in CreateOverloadedBinOp() local
11960 DeclarationName OpName = in CreateOverloadedArraySubscriptExpr() local
12449 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(OO_Call); in BuildCallToObjectOfClassType() local
12725 DeclarationName OpName = in BuildOverloadedArrowExpr() local

12345