Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dindexed_array_analysis.cc926 const Literal* literal_for_new_source; in ComputeArrayForElementwiseBinaryOp() local
929 literal_for_new_source, in ComputeArrayForElementwiseBinaryOp()
934 literal_for_new_source, in ComputeArrayForElementwiseBinaryOp()
939 ConstantArray* new_source = Construct<ConstantArray>(literal_for_new_source); in ComputeArrayForElementwiseBinaryOp()
960 TF_ASSIGN_OR_RETURN(Literal * literal_for_new_source, in ComputeArrayForElementwiseUnaryOp()
963 ConstantArray* new_source = Construct<ConstantArray>(literal_for_new_source); in ComputeArrayForElementwiseUnaryOp()
1051 Literal * literal_for_new_source, in ComputeArrayForDotWithIndexedLhs()
1060 ConstantArray* new_source = Construct<ConstantArray>(literal_for_new_source); in ComputeArrayForDotWithIndexedLhs()
1087 Literal * literal_for_new_source, in ComputeArrayForDotWithIndexedRhs()
1096 ConstantArray* new_source = Construct<ConstantArray>(literal_for_new_source); in ComputeArrayForDotWithIndexedRhs()