Home
last modified time | relevance | path

Searched defs:FromProto (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/aggregation/core/
H A Dtensor.cc215 StatusOr<Tensor> Tensor::FromProto(const TensorProto& tensor_proto) { in FromProto() function in fcp::aggregation::Tensor
228 StatusOr<Tensor> Tensor::FromProto(TensorProto&& tensor_proto) { in FromProto() function in fcp::aggregation::Tensor
H A Dtensor_shape.cc40 StatusOr<TensorShape> TensorShape::FromProto( in FromProto() function in fcp::aggregation::TensorShape
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/
H A Dcamenisch_shoup.cc360 StatusOr<std::unique_ptr<PublicCamenischShoup>> PublicCamenischShoup::FromProto( in FromProto() function in private_join_and_compute::PublicCamenischShoup
442 PrivateCamenischShoup::FromProto( in FromProto() function in private_join_and_compute::PrivateCamenischShoup
H A Dpedersen_over_zn.cc65 StatusOr<std::unique_ptr<PedersenOverZn>> PedersenOverZn::FromProto( in FromProto() function in private_join_and_compute::PedersenOverZn
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorDeclaration.cs109 … internal static DescriptorDeclaration FromProto(IDescriptor descriptor, Location location) => in FromProto() method in Google.Protobuf.Reflection.DescriptorDeclaration
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorDeclaration.cs109 … internal static DescriptorDeclaration FromProto(IDescriptor descriptor, Location location) => in FromProto() method in Google.Protobuf.Reflection.DescriptorDeclaration
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dvariant_tensor_data.cc51 bool VariantTensorData::FromProto(VariantTensorDataProto proto) { in FromProto() function in tensorflow::VariantTensorData
H A Dresource_handle.cc81 Status ResourceHandle::FromProto(const ResourceHandleProto& proto) { in FromProto() function in tensorflow::ResourceHandle
H A Dtensor.cc971 bool Tensor::FromProto(const TensorProto& proto) { in FromProto() function in tensorflow::Tensor
975 bool Tensor::FromProto(Allocator* a, const TensorProto& proto) { in FromProto() function in tensorflow::Tensor
H A Dmodel.cc2081 Status Node::FromProto(ModelProto::Node node_proto, in FromProto() function in tensorflow::data::model::Node
2742 Status Model::FromProto(ModelProto model_proto, std::unique_ptr<Model>* model) { in FromProto() function in tensorflow::data::model::Model
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_node.h228 void FromProto(const ExecProfile& exec) { in FromProto() function
435 void FromProto(const ProfileNode& node, const ProfileProto& profile, in FromProto() function
/aosp_15_r20/external/tensorflow/tensorflow/cc/ops/
H A Dconst_op_test.cc103 TEST(ConstOpTest, FromProto) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dtf_tensor.cc255 Status TensorInterface::FromProto(const tensorflow::TensorProto& from) { in FromProto() function in tensorflow::TensorInterface
/aosp_15_r20/external/clang/lib/AST/
H A DASTImporter.cpp3732 for (ObjCCategoryDecl::protocol_iterator FromProto = D->protocol_begin(), in VisitObjCCategoryDecl() local
3786 for (ObjCProtocolDecl::protocol_iterator FromProto = From->protocol_begin(), in ImportDefinition() local
3947 for (ObjCInterfaceDecl::protocol_iterator FromProto = From->protocol_begin(), in ImportDefinition() local
6185 ObjCProtocolDecl *FromProto = cast<ObjCProtocolDecl>(FromDC); in ImportContext() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_sharding.cc643 /*static*/ StatusOr<HloSharding> HloSharding::FromProto( in FromProto() function in xla::HloSharding
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/cc/
H A Dtensor_layout.cc1014 StatusOr<Layout> Layout::FromProto(const LayoutProto& proto) { in FromProto() function in tensorflow::dtensor::Layout