HomeSort by relevance Sort by last modified time
    Searched refs:tf_xla_min_cluster_size (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/jit/legacy_flags/
mark_for_compilation_pass_flags.h 42 int32 tf_xla_min_cluster_size; // Minimum number of operators in an XLA member in struct:tensorflow::legacy_flags::__anon38709
mark_for_compilation_pass_flags.cc 39 flags->tf_xla_min_cluster_size = 2;
49 Flag("tf_xla_min_cluster_size", &flags->tf_xla_min_cluster_size,
  /external/tensorflow/tensorflow/c/
c_api_experimental.cc 35 flags->tf_xla_min_cluster_size = 1;
  /external/tensorflow/tensorflow/compiler/jit/
mark_for_compilation_pass.cc 560 // * have more than flags->tf_xla_min_cluster_size elements (applicable only
562 const int min_cluster_size = flags->tf_xla_min_cluster_size;

Completed in 1878 milliseconds