Searched defs:c_literal (Results 1 – 4 of 4) sorted by relevance
75 XLA_Literal c_literal; in TransferLiteralToDeviceAsync() local95 XLA_Literal c_literal; in TransferLiteralToInfeed() local136 XLA_Literal c_literal; in TransferLiteralFromOutfeed() local201 XLA_Literal c_literal; in TransferLiteralFromDevice() local302 XLA_Literal c_literal; in LinearizeToBuffers() local
362 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()
239 Literal c_literal = LiteralUtil::CreateR0<float>(0.5f); in XLA_TEST_F() local
1576 fn c_literal(&self, bytes: &[u8]) -> Result<ThompsonRef, BuildError> { in c_literal() method