Home
last modified time | relevance | path

Searched refs:GetDataType (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dfake_input.cc41 Status GetDataType(DataType* dt) const;
95 TF_RETURN_IF_ERROR(GetDataType(&dt)); in AddInputToBuilder()
115 TF_RETURN_IF_ERROR(GetDataType(&dt)); in AddInputToBuilder()
141 Status FakeInputImpl::GetDataType(DataType* dt) const { in GetDataType() function in tensorflow::__anonbc230e010111::FakeInputImpl
/external/libchrome/dbus/
Dvalues_util.cc40 DCHECK_EQ(Message::DICT_ENTRY, reader->GetDataType()); in PopDictionaryEntries()
46 if (entry_reader.GetDataType() == Message::STRING) { in PopDictionaryEntries()
94 switch (reader->GetDataType()) { in PopDataAsValue()
181 if (sub_reader.GetDataType() == Message::DICT_ENTRY) { in PopDataAsValue()
Dmessage.h477 Message::DataType GetDataType();
Dmessage.cc98 const DataType type = reader->GetDataType(); in ToStringInternal()
958 Message::DataType MessageReader::GetDataType() { in GetDataType() function in dbus::MessageReader
/external/libbrillo/brillo/dbus/
Ddata_serialization.cc275 switch (reader->GetDataType()) { in PopValueFromReader()
315 LOG(FATAL) << "Unknown D-Bus data type: " << variant_reader.GetDataType(); in PopValueFromReader()
Ddata_serialization.h155 if ((*reader_ref)->GetDataType() != dbus::Message::VARIANT)
Ddata_serialization_unittest.cc155 EXPECT_EQ(Message::BYTE, reader.GetDataType()); in TEST()