Home
last modified time | relevance | path

Searched refs:struct_pb (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/protobuf/src/well_known_types/
Dmod.rs12 mod struct_pb; module
23 pub use self::struct_pb::*;
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dio.py137 struct_pb = nested_structure_coder.struct_pb2.StructuredValue()
138 struct_pb.ParseFromString(encoded_spec)
140 spec = coder.decode_proto(struct_pb)