Home
last modified time | relevance | path

Searched defs:BitcastConvertType (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md256 ## BitcastConvertType section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc603 LocalOp ComputationBuilder::BitcastConvertType(const LocalOp& operand, in BitcastConvertType() function in xla::swig::ComputationBuilder
Dxla_client.py1142 def BitcastConvertType(self, operand, new_element_type): member in ComputationBuilder
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1719 XlaOp XlaBuilder::BitcastConvertType(const XlaOp& operand, in BitcastConvertType() function in xla::XlaBuilder
3353 XlaOp BitcastConvertType(const XlaOp& operand, PrimitiveType new_element_type) { in BitcastConvertType() function