Searched refs:constant_literal (Results 1 – 2 of 2) sorted by relevance
128 Status ConstantInput(int index, xla::Literal* constant_literal);129 Status ConstantInput(absl::string_view name, xla::Literal* constant_literal);307 xla::Literal* constant_literal);
131 xla::Literal* constant_literal) { in ConstantInput() argument133 index, context_->input(index).shape().dim_sizes(), constant_literal); in ConstantInput()150 xla::Literal* constant_literal) { in ConstantInput() argument152 return ConstantInput(index, constant_literal); in ConstantInput()157 xla::Literal* constant_literal) { in ConstantInputReshaped() argument192 TF_ASSIGN_OR_RETURN(*constant_literal, HostTensorToLiteral(temp)); in ConstantInputReshaped()