| 46 | } |
| 47 | |
| 48 | XlaCompiler* XlaOpKernelContext::compiler() const { |
| 49 | return xla_context()->compiler(); |
| 50 | } |
| 51 | |
| 52 | // Retrieves an XlaExpression that was allocated by a previous Op. |
| 53 | static const XlaExpression* CastExpressionFromTensor(const Tensor& tensor) { |
no outgoing calls