Skip to content

Commit 486447d

Browse files
committed
update
1 parent b559b04 commit 486447d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/regression_savedmodel.rs

-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ use tensorflow::SessionRunArgs;
1010
use tensorflow::Status;
1111
use tensorflow::Tensor;
1212

13-
#[cfg_attr(feature = "examples_system_alloc", global_allocator)]
14-
#[cfg(feature = "examples_system_alloc")]
15-
static ALLOCATOR: std::alloc::System = std::alloc::System;
16-
1713
fn main() -> Result<(), Box<dyn Error>> {
1814
let export_dir = "examples/regression_savedmodel"; // y = w * x + b
1915
if !Path::new(export_dir).exists() {

0 commit comments

Comments
 (0)