Home
last modified time | relevance | path

Searched defs:type_string (Results 1 – 25 of 66) sorted by relevance

123

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_context.cc87 const string type_string = DataTypeString(type); in GetOrCreateMax() local
103 const string type_string = DataTypeString(type); in GetOrCreateMin() local
119 const string type_string = DataTypeString(type); in GetOrCreateAdd() local
135 const string type_string = DataTypeString(type); in GetOrCreateMul() local
/aosp_15_r20/external/cronet/net/base/
H A Dmime_util.cc580 bool MimeUtil::ParseMimeTypeWithoutParameter(std::string_view type_string, in ParseMimeTypeWithoutParameter()
649 bool ParseMimeTypeWithoutParameter(std::string_view type_string, in ParseMimeTypeWithoutParameter()
656 bool IsValidTopLevelMimeType(const std::string& type_string) { in IsValidTopLevelMimeType()
939 const std::string& type_string, in ExtractMimeTypeFromMediaType()
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dstrip_unused_nodes.cc42 const string& type_string = context.params.at("type")[0]; in TypeForPlaceholder() local
63 const string& type_string = context.params.at("type_for_name")[i]; in TypeForPlaceholder() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dlexer.h373 const std::string type_string = "# type:"; in isTypeComment() local
383 const std::string type_string = "# type:"; in isTypeComment() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dconv_op_helpers.cc294 StringPiece type_string, const xla::Shape& input_shape, xla::XlaOp filter, in MakeXlaBackpropInputConvOp()
392 StringPiece type_string, xla::XlaOp activations, in MakeXlaBackpropFilterConvOp()
/aosp_15_r20/external/libchrome/components/policy/core/common/
H A Dschema.cc75 bool SchemaTypeToValueType(const std::string& type_string, in SchemaTypeToValueType()
394 std::string type_string; in DetermineStorageSizes() local
484 std::string type_string; in Parse() local
/aosp_15_r20/frameworks/av/services/mediametrics/
H A DAudioPowerUsage.cpp57 bool AudioPowerUsage::typeFromString(const std::string& type_string, int32_t& type) { in typeFromString()
371 std::string type_string; in checkTrackRecord() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Ddataset.h850 string type_string; // op type name of this dataset. member
862 const string& type_string() const { return params_.type_string; } in type_string() function
906 const string& type_string() const { return type_string_; } in type_string() function
H A Dop_def_builder.cc130 bool ProcessCompoundType(const StringPiece type_string, AttrValue* allowed) { in ProcessCompoundType()
163 StringPiece type_string; // Used if type == "type" in FinalizeAttr() local
H A Dtypes.h63 const std::string& type_string() const { return type_; } in type_string() function
H A Dattr_value_util.cc314 #define VALIDATE_FIELD(name, type_string, oneof_case) \ in AttrValueHasType() argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/coreml/objc/
H A DPTMCoreMLTensorSpec.h16 static inline c10::ScalarType scalar_type(const std::string& type_string) { in scalar_type()
/aosp_15_r20/system/core/init/
H A Dproperty_type.cpp31 bool CheckType(const std::string& type_string, const std::string& value) { in CheckType()
/aosp_15_r20/trusty/user/base/lib/googletest/include/
Dtrusty-gtest.h27 const char* type_string = nullptr; in OnTestPartResult() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_kernel_arg_info.cpp342 static std::string get_expected_arg_type(const std::string& type_string, in get_expected_arg_type()
397 std::string type_string(kernel_argument.arg_type); in create_expected_arg_info() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dattribute_exporter.cc126 StatusOr<FftType> ConvertFftType(llvm::StringRef type_string) { in ConvertFftType()
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dparse_name.cc82 std::string type_string; in AsRFC2253String() local
/aosp_15_r20/external/mesa3d/src/mapi/glapi/gen/
H A Dtypeexpr.py114 def __init__(self, type_string, extra_types = None): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dquantize_model.cc418 std::string type_string = in SetInputType() local
482 std::string type_string = in SetOutputType() local
1015 std::string type_string = in QuantizeOpInput() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dcertificate_util.cc74 const std::string& type_string = parts[0]; in AddName() local
/aosp_15_r20/art/profman/
H A Dboot_image_profile.cc52 std::string type_string(dex_file->GetTypeDescriptor(dex_file->GetTypeId(id.class_idx_))); in BootImageRepresentation() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h139 virtual void notifyVersion(int line, int version, const char* type_string) in notifyVersion()
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DParseHelper.h139 virtual void notifyVersion(int line, int version, const char* type_string) in notifyVersion()
/aosp_15_r20/external/cronet/net/cert/
H A Dx509_util.cc149 const std::string& type_string = parts[0]; in AddName() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/tunable/
H A DGemmHipblaslt.h581 std::string type_string = c10::str( in GetHipBlasLtTypeStringAndOps() local

123