Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc2538 result.CopyElementFrom(operand, input_index, output_index)); in HandleGather()
3621 arg_values[i].CopyElementFrom(*input_args[i], input_index, {})); in PerformReductionStep()
3623 accumulators[i].CopyElementFrom(results[i], output_index, {})); in PerformReductionStep()
3647 results[i].CopyElementFrom(computed_results[i], {}, output_index)); in PerformReductionStep()
3651 results[0].CopyElementFrom(computed_result, {}, output_index)); in PerformReductionStep()
3680 results[i].CopyElementFrom(*init_values[i], {}, output_index)); in GenerateReduceOutputElement()
Dhlo_evaluator_typed_visitor.h1836 TF_CHECK_OK(curr_val_literal_vec.back().CopyElementFrom(
1884 TF_CHECK_OK(results[i].CopyElementFrom(computed_result_vec[i], {},
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h832 Status CopyElementFrom(const LiteralSlice& src_literal,
Dliteral.cc433 Status MutableLiteralBase::CopyElementFrom( in CopyElementFrom() function in xla::MutableLiteralBase