Home
last modified time | relevance | path

Searched defs:tf_status (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dtf_status_helper.cc23 void Set_TF_Status_from_Status(TF_Status* tf_status, const Status& status) { in Set_TF_Status_from_Status()
87 Status StatusFromTF_Status(const TF_Status* tf_status) { in StatusFromTF_Status()
H A Dtf_status_test.cc28 TF_Status* tf_status = TF_NewStatus(); in TEST() local
H A Dkernels_experimental.cc258 TF_Status* tf_status) { in TF_AssignUpdateVariable()
/aosp_15_r20/external/federated-compute/fcp/tensorflow/
H A Dstatus.cc36 Status ConvertFromTensorFlowStatus(tensorflow::Status const& tf_status) { in ConvertFromTensorFlowStatus()
H A Dtf_session.cc34 #define TF_STATUS_EXPECT_OK(tf_status) \ argument
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Derrors_test_helper.cc31 TF_Status *tf_status = TF_NewStatus(); in PYBIND11_MODULE() local
/aosp_15_r20/external/federated-compute/fcp/aggregation/tensorflow/
H A Dcheckpoint_reader.cc43 tf::TF_StatusPtr tf_status(TF_NewStatus()); in Create() local
H A Dcheckpoint_writer.cc82 tf::Status tf_status; in Add() local
/aosp_15_r20/external/federated-compute/fcp/aggregation/testing/
H A Dtesting.cc80 TF_StatusPtr tf_status(TF_NewStatus()); in SummarizeCheckpoint() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_embedding_enqueue_ops.cc139 Status tf_status; in Compute() local
/aosp_15_r20/external/federated-compute/fcp/client/engine/
H A Dexample_query_plan_engine.cc64 tf::Status tf_status = slice_writer.Add(name, shape, slice, data); in WriteSlice() local
H A Dexample_query_plan_engine_test.cc155 tf::TF_StatusPtr tf_status(TF_NewStatus()); in ReadTensors() local
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/grappler/
H A Dgrappler_test.cc34 TF_Status* tf_status) {} in optimize_func()
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tensor.cc195 void RaiseExceptionTypeFromTFStatus(TF_Status* tf_status) { in RaiseExceptionTypeFromTFStatus()