Home
last modified time | relevance | path

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

/external/google-breakpad/src/tools/windows/converter/
Dms_symbol_server_converter.cc524 FILE *converted_output = NULL; in LocateAndConvertSymbolFile() local
527 if ((err = fopen_s(&converted_output, converted_symbol_file->c_str(), "w")) in LocateAndConvertSymbolFile()
535 if (!(converted_output = fopen(converted_symbol_file->c_str(), "w"))) { in LocateAndConvertSymbolFile()
550 bool success = writer.WriteMap(converted_output); in LocateAndConvertSymbolFile()
551 fclose(converted_output); in LocateAndConvertSymbolFile()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dvectorization_utils.cc305 TensorDesc converted_output; in ConvertOutput() local
316 converted_output = {found->node, found->output_index}; in ConvertOutput()
321 TF_RETURN_IF_ERROR(StackTensor(found, &converted_output)); in ConvertOutput()
324 ReplaceEdgeSources({map_defun_node_, output_position}, converted_output, in ConvertOutput()