Home
last modified time | relevance | path

Searched defs:attr_type (Results 1 – 25 of 40) sorted by relevance

12

/external/tensorflow/tensorflow/python/framework/
Dop_def_util_test.py72 def testConvert(self, attr_type, value, expected): argument
97 def testConvertError(self, attr_type, value): argument
Dop_def_util_pybind.cc22 py::handle ConvertAttr(py::handle value, std::string attr_type) { in ConvertAttr()
Dop_def_library_pybind.cc150 const std::string& attr_type, in ValueToAttrValue()
295 const AttributeType attr_type, in AssertSatisfiesAllowedStringsConstraint()
313 const AttributeType attr_type, in AssertSatisfiesIntMinimumConstraint()
369 const AttributeType attr_type, in AssertSatisfiesTypeConstraint()
551 const AttributeType attr_type = AttributeTypeFromName(attr_def.type()); in ExtractAttrProto() local
Dpython_api_parameter_converter_test.py145 def testConvertAttribute(self, attr_type, attr_val, expected): argument
193 def testConvertAttributeError(self, attr_type, attr_val, message): argument
Dop_def_util.cc212 Safe_PyObjectPtr ConvertAttrOrNull(PyObject* value, AttributeType attr_type) { in ConvertAttrOrNull()
317 std::string AttributeTypeToName(AttributeType attr_type) { in AttributeTypeToName()
Dop_def_library.py815 def value_to_attr_value(value, attr_type, arg_name): # pylint: disable=invalid-name argument
/external/skia/modules/svg/include/
DSkSVGNode.h64 #define SVG_PRES_ATTR(attr_name, attr_type, attr_inherited) \ argument
187 #define _SVG_ATTR_SETTERS(attr_name, attr_type, attr_default, set_cp, set_mv) \ argument
203 #define SVG_ATTR(attr_name, attr_type, attr_default) \ argument
213 #define SVG_OPTIONAL_ATTR(attr_name, attr_type) \ argument
/external/skia/modules/sksg/include/
DSkSGNode.h98 #define SG_ATTRIBUTE(attr_name, attr_type, attr_container) \ argument
111 #define SG_MAPPED_ATTRIBUTE(attr_name, attr_type, attr_container) \ argument
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dconverter_gen.cc94 const auto attr_type = record_keeper.getClass("Attr"); in EmitOptionBuilders() local
268 const auto attr_type = record_keeper.getClass("Attr"); in EmitOperandNumbers() local
356 const auto attr_type = record_keeper.getClass("Attr"); in EmitBuiltinOptionsToAttributes() local
380 StringRef attr_type = mlir::tblgen::Attribute(arg_def).getAttrDefName(); in EmitBuiltinOptionsToAttributes() local
/external/webrtc/media/base/
Dturn_utils.cc86 uint16_t attr_type, attr_length; in UnwrapTurnPacket() local
/external/tensorflow/tensorflow/compiler/mlir/tfrt/python_tests/
Dpython_test_attrs.cc52 auto attr_type = type_attr.getValue().dyn_cast<RankedTensorType>(); in verifyRegionArgAttribute() local
/external/cronet/net/data/verify_name_match_unittest/scripts/
Dgenerate_names.py17 def add_attr(self, attr_type, attr_value_type, attr_value, argument
/external/tensorflow/tensorflow/core/framework/
Dfull_type_util.cc157 const auto attr_type = attr->value_case(); in SubstituteVar() local
199 const auto attr_type = attr->value_case(); in SubstituteForEach() local
/external/webrtc/api/transport/
Dstun.cc129 static bool DesignatedExpertRange(int attr_type) { in DesignatedExpertRange()
400 uint16_t attr_type, attr_length; in ValidateMessageIntegrityOfType() local
471 bool StunMessage::AddMessageIntegrityOfType(int attr_type, in AddMessageIntegrityOfType()
635 uint16_t attr_type, attr_length; in Read() local
/external/tensorflow/tensorflow/c/
Dkernels.cc382 #define SINGLE_CASE(kK, attr_type, size_expr) \ in TF_OpKernelConstruction_GetAttrSize() argument
401 #define LIST_CASE(field, attr_type, ...) \ in TF_OpKernelConstruction_GetAttrSize() argument
444 #define DEFINE_TF_GETATTR(func, c_type, cc_type, attr_type, list_field) \ argument
/external/perfetto/src/profiling/perf/
Devent_config.h89 uint32_t attr_type = 0; member
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_parallel.cc59 AttrValue attr_type; in AddNodeDiv() local
/external/rust/crates/x509-parser/src/
Dx509.rs78 attr_type: Oid<'a>, field
94 pub const fn attr_type(&self) -> &Oid { in attr_type() method
/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_specs.cc132 StringPiece attr_type = attr_def.type(); in TypesOf() local
/external/tensorflow/tensorflow/cc/framework/
Dcc_op_gen.cc327 std::pair<const char*, bool> AttrTypeName(StringPiece attr_type) { in AttrTypeName()
357 const char* ListElementTypeName(StringPiece attr_type) { in ListElementTypeName()
/external/tensorflow/tensorflow/compiler/mlir/tfr/passes/
Draise_to_tf.cc303 auto attr_type = signature.getArgAttrOfType<StringAttr>( in CollectInputsAndAttributes() local
/external/tensorflow/tensorflow/python/eager/
Dbackprop.py81 def make_attr(attr_type, value): argument
/external/tensorflow/tensorflow/core/runtime_fallback/util/
Dattr_util.cc316 DataType ConvertBefAttrTypeToTfDataType(tfrt::DType attr_type) { in ConvertBefAttrTypeToTfDataType()
/external/tcpdump/
Dprint-l2tp.c571 uint16_t attr_type; in l2tp_avp_print() local
Dprint-radius.c613 } attr_type[]= variable

12