Searched refs:SaveData (Results 1 – 17 of 17) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | tensor_slice_writer.h | 66 static Status SaveData(const T* data, int64 num_elements, SavedSlice* ss); 147 TF_RETURN_IF_ERROR(SaveData(data, sliced_shape.num_elements(), ss)); in Add() 163 Status TensorSliceWriter::SaveData(const T* data, int64 num_elements, in SaveData() function 180 Status TensorSliceWriter::SaveData(const tstring* data, int64 num_elements,
|
D | tensor_slice_writer_test.cc | 278 TensorSliceWriter::SaveData(lo_data.data(), lo_data.size(), &ss)); in BytesPerElementHelper() 284 TensorSliceWriter::SaveData(hi_data.data(), hi_data.size(), &ss)); in BytesPerElementHelper()
|
D | tensor_slice_writer.cc | 179 Status TensorSliceWriter::SaveData(const tstring* data, int64 num_elements, in SaveData() function in tensorflow::checkpoint::TensorSliceWriter
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_radiobutton.h | 33 void SaveData(CPDFSDK_PageView* pPageView) override;
|
D | cffl_checkbox.h | 33 void SaveData(CPDFSDK_PageView* pPageView) override;
|
D | cffl_listbox.h | 31 void SaveData(CPDFSDK_PageView* pPageView) override;
|
D | cffl_textfield.h | 36 void SaveData(CPDFSDK_PageView* pPageView) override;
|
D | cffl_combobox.h | 38 void SaveData(CPDFSDK_PageView* pPageView) override;
|
D | cffl_radiobutton.cpp | 92 void CFFL_RadioButton::SaveData(CPDFSDK_PageView* pPageView) { in SaveData() function in CFFL_RadioButton
|
D | cffl_checkbox.cpp | 102 void CFFL_CheckBox::SaveData(CPDFSDK_PageView* pPageView) { in SaveData() function in CFFL_CheckBox
|
D | cffl_formfiller.h | 121 virtual void SaveData(CPDFSDK_PageView* pPageView);
|
D | cffl_formfiller.cpp | 484 SaveData(pPageView); // may invoking JS to delete this widget. in CommitData() 503 void CFFL_FormFiller::SaveData(CPDFSDK_PageView* pPageView) {} in SaveData() function in CFFL_FormFiller
|
D | cffl_listbox.cpp | 107 void CFFL_ListBox::SaveData(CPDFSDK_PageView* pPageView) { in SaveData() function in CFFL_ListBox
|
D | cffl_textfield.cpp | 148 void CFFL_TextField::SaveData(CPDFSDK_PageView* pPageView) { in SaveData() function in CFFL_TextField
|
D | cffl_combobox.cpp | 91 void CFFL_ComboBox::SaveData(CPDFSDK_PageView* pPageView) { in SaveData() function in CFFL_ComboBox
|
/external/gptfdisk/ |
D | gptcurses.h | 113 void SaveData(void);
|
D | gptcurses.cc | 468 void GPTDataCurses::SaveData(void) { in SaveData() function in GPTDataCurses 727 SaveData(); in Dispatch()
|