Home
last modified time | relevance | path

Searched refs:ConvertFromTensorFlowStatus (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/aggregation/tensorflow/
H A Dtensorflow_checkpoint_parser_factory.cc82 FCP_RETURN_IF_ERROR(ConvertFromTensorFlowStatus( in Create()
88 FCP_RETURN_IF_ERROR(ConvertFromTensorFlowStatus(file->Append(chunk))); in Create()
90 FCP_RETURN_IF_ERROR(ConvertFromTensorFlowStatus(file->Close())); in Create()
H A Dtensorflow_checkpoint_builder_factory.cc65 FCP_RETURN_IF_ERROR(ConvertFromTensorFlowStatus( in Build()
78 return ConvertFromTensorFlowStatus(status); in Build()
H A Dcheckpoint_writer.cc86 return ConvertFromTensorFlowStatus(tf_status); in Add()
90 return ConvertFromTensorFlowStatus(tensorflow_writer_.Finish()); in Finish()
H A Dtensorflow_checkpoint_parser_factory_test.cc38 ASSERT_OK(ConvertFromTensorFlowStatus(CreateTfCheckpoint( in TEST()
/aosp_15_r20/external/federated-compute/fcp/aggregation/testing/
H A Dtesting.cc83 ConvertFromTensorFlowStatus(StatusFromTF_Status(tf_status.get()))); in SummarizeCheckpoint()
90 ConvertFromTensorFlowStatus(StatusFromTF_Status(tf_status.get()))); in SummarizeCheckpoint()
/aosp_15_r20/external/federated-compute/fcp/tensorflow/
H A Dtf_session.cc35 Result(ConvertFromTensorFlowStatus(tf_status)).Then(ExpectOk())
53 session_status_ = ConvertFromTensorFlowStatus(session_->Create(graph_def));
H A Dstatus.h33 Status ConvertFromTensorFlowStatus(tensorflow::Status const&);
H A Dstatus.cc36 Status ConvertFromTensorFlowStatus(tensorflow::Status const& tf_status) { in ConvertFromTensorFlowStatus() function
/aosp_15_r20/external/federated-compute/fcp/client/engine/
H A Dexample_query_plan_engine.cc65 return ConvertFromTensorFlowStatus(tf_status); in WriteSlice()
179 return ConvertFromTensorFlowStatus(slice_writer.Finish()); in WriteCheckpoint()