Searched refs:target_ops (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/nix/test/sys/ |
D | test_lio_listio_resubmit.rs | 57 let target_ops = maqpp + alm / 2; in test_lio_listio_resubmit() localVariable 58 let num_listios = (target_ops + alm - 3) / (alm - 2); in test_lio_listio_resubmit() 59 let ops_per_listio = (target_ops + num_listios - 1) / num_listios; in test_lio_listio_resubmit()
|
/external/tensorflow/tensorflow/lite/python/ |
D | convert.py | 322 target_ops=None, argument 354 if target_ops: 355 if OpsSet.SELECT_TF_OPS in set(target_ops): 357 if set(target_ops) == set([OpsSet.SELECT_TF_OPS]): 381 target_ops=None, argument 487 dump_graphviz_dir, dump_graphviz_video, target_ops,
|
D | lite_flex_test.py | 87 converter.target_ops = set([lite.OpsSet.SELECT_TF_OPS]) 90 self.assertEqual(converter.target_ops, set([lite.OpsSet.SELECT_TF_OPS]))
|
D | tflite_convert.py | 188 if flags.target_ops: 191 for option in six.ensure_str(flags.target_ops).split(","):
|
/external/tensorflow/tensorflow/lite/testing/model_coverage/ |
D | model_coverage_lib_test.py | 138 target_ops=set([lite.OpsSet.SELECT_TF_OPS])) 232 target_ops=set([lite.OpsSet.TFLITE_BUILTINS,
|
/external/tensorflow/tensorflow/lite/g3doc/convert/ |
D | api_updates.md | 28 * Renamed the `target_ops` attribute to `target_spec.supported_ops`
|
/external/tensorflow/tensorflow/lite/g3doc/r1/convert/ |
D | cmdline_examples.md | 155 --target_ops=TFLITE_BUILTINS,SELECT_TF_OPS 167 --target_ops=TFLITE_BUILTINS,SELECT_TF_OPS
|
D | cmdline_reference.md | 155 * `--target_ops`. Type: string. Default: TFLITE_BUILTINS. Experimental flag,
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_session_test.cc | 219 std::vector<string> target_ops = {node_names[1]}; in TEST() local 221 ASSERT_TRUE(session->Run(inputs, names, target_ops, &outputs).ok()); in TEST()
|
/external/tensorflow/tensorflow/lite/ |
D | build_def.bzl | 775 "--target_ops=%s" % target_op_sets,
|