Home
last modified time | relevance | path

Searched refs:kDataType (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/pigweed/pw_channel/public/pw_channel/internal/
H A Dchannel_specializations.h23 template <DataType kDataType, Property... kProperties>
24 constexpr bool Channel<kDataType, kProperties...>::is_read_open() const { in is_read_open()
28 template <DataType kDataType, Property... kProperties>
29 constexpr bool Channel<kDataType, kProperties...>::is_write_open() const { in is_write_open()
33 template <DataType kDataType, Property... kProperties>
35 Channel<kDataType, kProperties...>::PendRead(async2::Context& cx) { in PendRead()
40 template <DataType kDataType, Property... kProperties>
41 async2::Poll<Status> Channel<kDataType, kProperties...>::PendReadyToWrite( in PendReadyToWrite()
47 template <DataType kDataType, Property... kProperties>
49 Channel<kDataType, kProperties...>::PendAllocateWriteBuffer(async2::Context& cx, in PendAllocateWriteBuffer()
[all …]
/aosp_15_r20/external/pigweed/pw_channel/public/pw_channel/
H A Dchannel.h55 template <DataType kDataType, Property... kProperties>
59 [[nodiscard]] static constexpr DataType data_type() { return kDataType; } in data_type()
144 static_assert(kDataType == DataType::kDatagram, in IgnoreDatagramBoundaries()
153 static_assert(kDataType == DataType::kDatagram, in IgnoreDatagramBoundaries()
563 template <DataType kDataType, Property... kProperties>
587 template <DataType kDataType, Property... kProperties>
588 class Implement<Channel<kDataType, kProperties...>>
589 : public ChannelImpl<kDataType, kProperties...> {
H A Dproperties.h68 template <DataType kDataType, Property... kProperties>
75 template <DataType kDataType, Property... kProperties>
81 template <DataType kDataType, Property... kProperties>
82 struct IsChannel<Channel<kDataType, kProperties...>> : public std::true_type {};
/aosp_15_r20/hardware/google/av/media/eco/tests/
DEcoDataTest.cpp295 constexpr int32_t kDataType = ECOData::DATA_TYPE_STATS; in TEST() local
298 std::unique_ptr<ECOData> sourceData = std::make_unique<ECOData>(kDataType, kDataTimeUs); in TEST()
320 EXPECT_EQ(dstData->getDataType(), kDataType); in TEST()
331 constexpr int32_t kDataType = ECOData::DATA_TYPE_STATS; in TEST() local
334 std::unique_ptr<ECOData> sourceData = std::make_unique<ECOData>(kDataType, kDataTimeUs); in TEST()
340 constexpr int32_t kDataType = ECOData::DATA_TYPE_STATS; in TEST() local
343 std::unique_ptr<ECOData> sourceData = std::make_unique<ECOData>(kDataType, kDataTimeUs); in TEST()
/aosp_15_r20/external/federated-compute/fcp/aggregation/core/
H A Done_dim_grouping_aggregator.h58 FCP_CHECK(internal::TypeTraits<T>::kDataType == dtype) in OneDimGroupingAggregator()
70 << internal::TypeTraits<T>::kDataType; in MergeWith()
117 if (tensor->dtype() != internal::TypeTraits<T>::kDataType) { in AggregateTensors()
166 outputs.push_back(Tensor::Create(internal::TypeTraits<T>::kDataType, in TakeOutputs()
H A Ddatatype.h69 constexpr static DataType kDataType = DT_INVALID; member
75 constexpr static DataType kDataType = DTYPE; \
102 case internal::TypeTraits<TYPE>::kDataType: { \
H A Dagg_vector_aggregator.h81 if (tensor->dtype() != internal::TypeTraits<T>::kDataType) { in AggregateTensors()
115 FCP_CHECK(internal::TypeTraits<T>::kDataType == dtype) in AggVectorAggregator()
127 << internal::TypeTraits<T>::kDataType; in CastOther()
H A Dcomposite_key_combiner.cc123 return Tensor::Create(internal::TypeTraits<T>::kDataType, in GetTensorForType()
213 return Tensor::Create(internal::TypeTraits<int64_t>::kDataType, shape, in Accumulate()
H A Dtensor.h104 FCP_CHECK(internal::TypeTraits<T>::kDataType == dtype_) in AsAggVector()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dxplane_to_memory_profile_test.cc51 {StatType::kDataType, int64_t{1}}, in TEST()
67 {StatType::kDataType, int64_t{0}}, in TEST()
82 {StatType::kDataType, int64_t{9}}, in TEST()
H A Dxplane_to_memory_profile.cc151 case StatType::kDataType: in GenerateMemoryProfile()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Dmangling_util.h28 enum class MangledKind { kUnknown, kDataType, kTensorShape, kTensor }; enumerator
H A Dmangling_util.cc80 return MangledKind::kDataType; in GetMangledKind()
H A Dexport_utils.cc157 case mangling_util::MangledKind::kDataType: { in ConvertAttribute()
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/
H A Dmangling.h29 enum class MangledKind { kUnknown, kDataType, kTensorShape, kTensor }; enumerator
H A Dmangling.cc60 return MangledKind::kDataType; in GetMangledKind()
/aosp_15_r20/external/federated-compute/fcp/aggregation/testing/
H A Dtesting.h163 return TensorMatcher<T>(internal::TypeTraits<T>::kDataType, expected_shape, in IsTensor()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dxplane_schema.cc207 {"data_type", kDataType}, in GetStatTypeMap()
H A Dxplane_schema.h197 kDataType, enumerator