Home
last modified time | relevance | path

Searched defs:OpDef_AttrDef (Results 1 – 3 of 3) sorted by relevance

/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/
Dop_def.pb.cc43 PROTOBUF_CONSTEXPR OpDef_AttrDef::OpDef_AttrDef( in OpDef_AttrDef() function in tensorflow::OpDef_AttrDef
706 OpDef_AttrDef::OpDef_AttrDef(::PROTOBUF_NAMESPACE_ID::Arena* arena, in OpDef_AttrDef() function in tensorflow::OpDef_AttrDef
712 OpDef_AttrDef::OpDef_AttrDef(const OpDef_AttrDef& from) in OpDef_AttrDef() function in tensorflow::OpDef_AttrDef
Dop_def.pb.h56 class OpDef_AttrDef; variable
345 inline OpDef_AttrDef() : OpDef_AttrDef(nullptr) {} in OpDef_AttrDef() function
350 OpDef_AttrDef(OpDef_AttrDef&& from) noexcept in OpDef_AttrDef() function
/aosp_15_r20/external/tensorflow/tensorflow/go/genop/internal/
H A Dgenop.go570 func isListAttr(attrdef *odpb.OpDef_AttrDef) bool {