Home
last modified time | relevance | path

Searched refs:literal_for_new_source (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dindexed_array_analysis.cc930 const Literal* literal_for_new_source; in ComputeArrayForElementwiseBinaryOp() local
933 literal_for_new_source, in ComputeArrayForElementwiseBinaryOp()
938 literal_for_new_source, in ComputeArrayForElementwiseBinaryOp()
943 ConstantArray* new_source = Construct<ConstantArray>(literal_for_new_source); in ComputeArrayForElementwiseBinaryOp()
964 TF_ASSIGN_OR_RETURN(Literal * literal_for_new_source, in ComputeArrayForElementwiseUnaryOp()
967 ConstantArray* new_source = Construct<ConstantArray>(literal_for_new_source); in ComputeArrayForElementwiseUnaryOp()
1055 Literal * literal_for_new_source, in ComputeArrayForDotWithIndexedLhs()
1064 ConstantArray* new_source = Construct<ConstantArray>(literal_for_new_source); in ComputeArrayForDotWithIndexedLhs()
1091 Literal * literal_for_new_source, in ComputeArrayForDotWithIndexedRhs()
1100 ConstantArray* new_source = Construct<ConstantArray>(literal_for_new_source); in ComputeArrayForDotWithIndexedRhs()