/aosp_15_r20/external/tensorflow/tensorflow/go/genop/internal/ |
H A D | genop.go | 143 func generateFunctionForOp(w io.Writer, op *odpb.OpDef, apidef *adpb.ApiDef) error { 408 func newTmplArgs(op *odpb.OpDef, apidef *adpb.ApiDef) (*tmplArgs, error) {
|
H A D | genop_test.go | 32 func GetAPIDef(t *testing.T, opdef *odpb.OpDef, apidefText string) *adpb.ApiDef {
|
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/ |
D | op_def.pb.cc | 62 PROTOBUF_CONSTEXPR OpDef::OpDef( in OpDef() function in tensorflow::OpDef 1155 OpDef::OpDef(::PROTOBUF_NAMESPACE_ID::Arena* arena, in OpDef() function in tensorflow::OpDef 1161 OpDef::OpDef(const OpDef& from) in OpDef() function in tensorflow::OpDef
|
D | op_def.pb.h | 50 class OpDef; variable 578 inline OpDef() : OpDef(nullptr) {} in OpDef() function 583 OpDef(OpDef&& from) noexcept in OpDef() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | graph_node_util.h | 28 class OpDef; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | op_gen_lib.h | 30 class OpDef; variable
|
H A D | node_def_util.h | 45 class OpDef; variable
|
H A D | op_def.proto | 19 message OpDef { message
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | function_def_utils.h | 30 class OpDef; variable
|
H A D | function_utils.h | 33 class OpDef; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/ |
H A D | eager_operation.h | 95 const tensorflow::OpDef* OpDef() const override { return op_def_; }; in OpDef() function
|
/aosp_15_r20/external/llvm/utils/TableGen/ |
H A D | PseudoLoweringEmitter.cpp | 131 DefInit *OpDef = dyn_cast<DefInit>(Dag->getOperator()); in evaluateExpansion() local
|
H A D | CodeGenDAGPatterns.cpp | 2140 DefInit *OpDef = dyn_cast<DefInit>(Dag->getOperator()); in ParseTreePattern() local 2890 DefInit *OpDef = dyn_cast<DefInit>(DI->getOperator()); in hasNullFragReference() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/ |
H A D | c_api_tfrt.h | 512 const tensorflow::OpDef* OpDef() const override { return op_def_; } in OpDef() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARC/ |
H A D | ARCOptAddrMode.cpp | 420 MachineInstr *OpDef = MRI->getVRegDef(O.getReg()); in canHoistLoadStoreTo() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCOptAddrMode.cpp | 409 MachineInstr *OpDef = MRI->getVRegDef(O.getReg()); in canHoistLoadStoreTo() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/cpp_tests/core_runtime/ |
H A D | op_handler_selector_test.cc | 215 const tensorflow::OpDef* OpDef() const override { in OpDef() function in tfrt::tf::__anon6788e1330111::FakeOperation
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstructionSelector.cpp | 1508 const MachineInstr *OpDef = MRI.getUniqueVRegDef(GEPOp.getReg()); in getAddrModeInfo() local 2057 const MachineInstr *OpDef = MRI->getVRegDef(Root.getReg()); in selectFlatOffsetImpl() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 756 ScheduleData *OpDef = getScheduleData(U.get()); in schedule() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstructionSelector.cpp | 2623 const MachineInstr *OpDef = MRI.getUniqueVRegDef(GEPOp.getReg()); in getAddrModeInfo() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 6878 auto *OpDef = MRI.getVRegDef(OpReg); in fixupPHIOpBanks() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 7110 auto *OpDef = dyn_cast<Instruction>(NI->getOperand(I)); in tryToSinkFreeOperands() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 1997 doForAllOpcodes(I, [&ReadyList](ScheduleData *OpDef) { in schedule()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 1073 if (VPRecipeBase *OpDef = operand->getDefiningRecipe()) in collectPoisonGeneratingRecipes() local
|
H A D | SLPVectorizer.cpp | 3162 doForAllOpcodes(I, [&ReadyList](ScheduleData *OpDef) { in schedule()
|