Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4e0b08f

Browse files
Automated Code Change
PiperOrigin-RevId: 828854056
1 parentee6b915 commit4e0b08f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎tensorflow/python/training/quantize_training_wrapper.cc‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ limitations under the License.
2727
namespacepy= pybind11;
2828

2929
namespacetensorflow {
30-
static PyObject*DoQuantizeTrainingOnGraphDefHelper(const string& input_graph,
31-
int num_bits) {
32-
string result;
30+
static PyObject*DoQuantizeTrainingOnGraphDefHelper(
31+
const std::string& input_graph,int num_bits) {
32+
std::string result;
3333
// TODO(suharshs): Make the QuantizeAndDequantizeV2 configurable.
3434
tensorflow::MaybeRaiseFromStatus(
3535
tensorflow::DoQuantizeTrainingOnSerializedGraphDef(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp