Home
last modified time | relevance | path

Searched defs:WriteTensors (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/aggregation/tensorflow/
H A Dcheckpoint_writer_test.cc39 TEST(CheckpointWriterTest, WriteTensors) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dsnapshot_utils.cc132 Status TFRecordWriter::WriteTensors(const std::vector<Tensor>& tensors) { in WriteTensors() function in tensorflow::data::snapshot_util::TFRecordWriter
217 Status CustomWriter::WriteTensors(const std::vector<Tensor>& tensors) { in WriteTensors() function in tensorflow::data::snapshot_util::CustomWriter