test for mac

local_add_cudnn_lstm
JiabinYang 7 years ago
parent ff2a9786f3
commit e950ce7148

@ -119,7 +119,8 @@ def __bootstrap__():
'eager_delete_tensor_gb', 'allocator_strategy',
'reader_queue_speed_test_mode', 'print_sub_graph_dir'
]
if sysstr != 'Darwin':
if 'Darwin' not in sysstr:
print("aaaaa")
read_env_flags.append('use_pinned_memory')
if os.name != 'nt':

Loading…
Cancel
Save