Home
last modified time | relevance | path

Searched defs:c_literal (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
Dtpu_transfer_manager.cc75 XLA_Literal c_literal; in TransferLiteralToDeviceAsync() local
95 XLA_Literal c_literal; in TransferLiteralToInfeed() local
136 XLA_Literal c_literal; in TransferLiteralFromOutfeed() local
201 XLA_Literal c_literal; in TransferLiteralFromDevice() local
302 XLA_Literal c_literal; in LinearizeToBuffers() local
Dc_api_conversions.cc362 void ToC(const xla::LiteralSlice& literal, XLA_Literal* c_literal) { in ToC()
375 xla::MutableBorrowingLiteral FromC(XLA_Literal* c_literal) { in FromC()
409 void Destroy(XLA_Literal* c_literal) { in Destroy()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dscalar_computations_test.cc239 Literal c_literal = LiteralUtil::CreateR0<float>(0.5f); in XLA_TEST_F() local