Home
last modified time | relevance | path

Searched defs:new_element_type (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_helpers.cc131 const DataType new_element_type) { in ConvertElementType()
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/utils/
H A Dshape_inference_utils.cc362 Type new_element_type = result_element_type_fn(output); in InferReturnTypeComponentsForTFOp() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dshape_inference.cc433 const Shape& operand_shape, PrimitiveType new_element_type) { in InferConvertShape()
449 const Shape& operand_shape, PrimitiveType new_element_type) { in InferBitcastConvertShape()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc2202 PrimitiveType new_element_type) { in ConvertElementType()
2216 PrimitiveType new_element_type) { in BitcastConvertType()
4821 XlaOp ConvertElementType(const XlaOp operand, PrimitiveType new_element_type) { in ConvertElementType()
4825 XlaOp BitcastConvertType(const XlaOp operand, PrimitiveType new_element_type) { in BitcastConvertType()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dshape_inference.cc285 [&](RankedTensorType new_element_type) -> bool { in CanInferTensorListElementType()