Searched refs:compile_ops (Results 1 – 2 of 2) sorted by relevance
42 def experimental_jit_scope(compile_ops=True, separate_compiled_gradients=False): argument122 if callable(compile_ops):124 return attr_value_pb2.AttrValue(b=compile_ops(node_def))126 xla_compile = attr_value_pb2.AttrValue(b=compile_ops)
297 compile_ops=use_xla_jit,