Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/ignite/kernels/dataset/
Dignite_binary_object_parser.cc56 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
Dignite_binary_object_parser.h37 int64_t ParseLong(uint8_t** ptr) const;
/external/dynamic_depth/internal/xmpmeta/xml/
Ddeserializer.h51 virtual bool ParseLong(const string& prefix, const string& name,
Ddeserializer_impl.h64 bool ParseLong(const string& prefix, const string& name,
Ddeserializer_impl.cc257 bool DeserializerImpl::ParseLong(const string& prefix, const string& name, in ParseLong() function in dynamic_depth::xmpmeta::xml::DeserializerImpl
/external/dynamic_depth/internal/dynamic_depth/
Dearth_pose.cc185 deserializer.ParseLong(DynamicDepthConst::EarthPose(), kTimestamp, in ParseEarthPoseFields()
Dpose.cc172 deserializer.ParseLong(prefix, kTimestamp, &timestamp_); in ParsePoseFields()