Searched refs:ParseLong (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/contrib/ignite/kernels/dataset/ |
D | ignite_binary_object_parser.cc | 56 out_tensors->back().scalar<int64>()() = ParseLong(ptr); in Parse() 81 out_tensors->back().scalar<int64>()() = ParseLong(ptr); in Parse() 232 int64_t BinaryObjectParser::ParseLong(uint8_t** ptr) const { in ParseLong() function in tensorflow::BinaryObjectParser
|
D | ignite_binary_object_parser.h | 37 int64_t ParseLong(uint8_t** ptr) const;
|
/external/dynamic_depth/internal/xmpmeta/xml/ |
D | deserializer.h | 51 virtual bool ParseLong(const string& prefix, const string& name,
|
D | deserializer_impl.h | 64 bool ParseLong(const string& prefix, const string& name,
|
D | deserializer_impl.cc | 257 bool DeserializerImpl::ParseLong(const string& prefix, const string& name, in ParseLong() function in dynamic_depth::xmpmeta::xml::DeserializerImpl
|
/external/dynamic_depth/internal/dynamic_depth/ |
D | earth_pose.cc | 185 deserializer.ParseLong(DynamicDepthConst::EarthPose(), kTimestamp, in ParseEarthPoseFields()
|
D | pose.cc | 172 deserializer.ParseLong(prefix, kTimestamp, ×tamp_); in ParsePoseFields()
|