Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dtensor_slice_writer.h66 static Status SaveData(const T* data, int64_t num_elements, SavedSlice* ss);
150 TF_RETURN_IF_ERROR(SaveData(data, sliced_shape.num_elements(), ss)); in Add()
166 Status TensorSliceWriter::SaveData(const T* data, int64_t num_elements, in SaveData() function
189 Status TensorSliceWriter::SaveData(const tstring* data, int64_t num_elements,
Dtensor_slice_writer_test.cc292 TensorSliceWriter::SaveData(lo_data.data(), lo_data.size(), &ss)); in BytesPerElementHelper()
298 TensorSliceWriter::SaveData(hi_data.data(), hi_data.size(), &ss)); in BytesPerElementHelper()
371 Status s = TensorSliceWriter::SaveData(data.data(), data.size(), &ss); in TEST()
Dtensor_slice_writer.cc200 Status TensorSliceWriter::SaveData(const tstring* data, int64_t num_elements, in SaveData() function in tensorflow::checkpoint::TensorSliceWriter
/external/pdfium/fpdfsdk/formfiller/
Dcffl_checkbox.h35 void SaveData(const CPDFSDK_PageView* pPageView) override;
Dcffl_radiobutton.h35 void SaveData(const CPDFSDK_PageView* pPageView) override;
Dcffl_listbox.h33 void SaveData(const CPDFSDK_PageView* pPageView) override;
Dcffl_textfield.h37 void SaveData(const CPDFSDK_PageView* pPageView) override;
Dcffl_combobox.h39 void SaveData(const CPDFSDK_PageView* pPageView) override;
Dcffl_radiobutton.cpp92 void CFFL_RadioButton::SaveData(const CPDFSDK_PageView* pPageView) { in SaveData() function in CFFL_RadioButton
Dcffl_checkbox.cpp106 void CFFL_CheckBox::SaveData(const CPDFSDK_PageView* pPageView) { in SaveData() function in CFFL_CheckBox
Dcffl_formfield.h115 virtual void SaveData(const CPDFSDK_PageView* pPageView);
Dcffl_listbox.cpp106 void CFFL_ListBox::SaveData(const CPDFSDK_PageView* pPageView) { in SaveData() function in CFFL_ListBox
Dcffl_formfield.cpp498 SaveData(pPageView); // may invoking JS to delete this widget. in CommitData()
517 void CFFL_FormField::SaveData(const CPDFSDK_PageView* pPageView) {} in SaveData() function in CFFL_FormField
Dcffl_textfield.cpp144 void CFFL_TextField::SaveData(const CPDFSDK_PageView* pPageView) { in SaveData() function in CFFL_TextField
Dcffl_combobox.cpp82 void CFFL_ComboBox::SaveData(const CPDFSDK_PageView* pPageView) { in SaveData() function in CFFL_ComboBox
/external/gptfdisk/
Dgptcurses.h111 void SaveData(void);
Dgptcurses.cc481 void GPTDataCurses::SaveData(void) { in SaveData() function in GPTDataCurses
740 SaveData(); in Dispatch()