Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc1130 bool CopyDataFromInput(const Literal& input_literal, int64 input_start, in CopyDataFromInput() function
1220 bool CopyDataFromInput(const Literal& input_literal, int64 input_start, in CopyDataFromInput() function
1229 return CopyDataFromInput<float>( in CopyDataFromInput()
1233 return CopyDataFromInput<complex64>( in CopyDataFromInput()
1425 CopyDataFromInput(input_literal, input_index, fft_rank, fft_type, in HandleFft()