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

  /external/tensorflow/tensorflow/python/kernel_tests/
template_test.py 15 """Tests for make_template."""
92 line_template = template.make_template("line", test_line)
133 line_template = template.make_template("line", test_line)
163 tmpl1 = template.make_template("s1", variable_scoped_function)
164 tmpl2 = template.make_template("s1", variable_scoped_function)
175 tmpl1 = template.make_template(
178 tmpl2 = template.make_template(
189 template.make_template(
193 tmpl1 = template.make_template(
199 tmpl2 = template.make_template(
    [all...]
  /external/tensorflow/tensorflow/contrib/timeseries/examples/
lstm.py 96 self._lstm_cell_run = tf.make_template(
101 self._predict_from_lstm_output = tf.make_template(
  /external/tensorflow/tensorflow/contrib/eager/python/
tfe.py 28 @@make_template
112 make_template = template.make_template_internal variable
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
real_nvp.py 143 `tf.make_template`. Returning `None` for either (both) `shift`,
236 This will be wrapped in a make_template to ensure the variables are only
281 return template_ops.make_template(
masked_autoregressive.py 196 `tf.make_template`. Returning `None` for either (both) `shift`,
403 This will be wrapped in a make_template to ensure the variables are only
498 return template_ops.make_template(
  /external/selinux/libsemanage/src/
genhomedircon.c 495 static semanage_list_t *make_template(genhomedircon_settings_t * s, function
1244 homedir_context_tpl = make_template(s, &HOME_DIR_PRED);
1245 homeroot_context_tpl = make_template(s, &HOME_ROOT_PRED);
1246 username_context_tpl = make_template(s, &USERNAME_CONTEXT_PRED);
1247 user_context_tpl = make_template(s, &USER_CONTEXT_PRED);
    [all...]
  /external/tensorflow/tensorflow/python/ops/
template.py 35 __all__ = ["make_template"]
38 @tf_export("make_template")
39 def make_template(name_, func_, create_scope_now_=False, unique_name_=None, function
57 are not supplied to `make_template`. In general you will get a ValueError
73 scale_by_y = tf.make_template('scale_by_y', my_op, scalar_name='y')
98 scale_by_y = tf.make_template('scale_by_y', my_op, scalar_name='y')
104 scale_by_y2 = tf.make_template('scale_by_y', my_op, scalar_name='y')
135 and reused. An enclosing scope will be created either when `make_template`
164 See `make_template` for full documentation.
191 and reused. An enclosing scope will be created either when `make_template`
    [all...]
  /external/tensorflow/tensorflow/python/feature_column/
feature_column.py 186 # is wrapped by a `make_template`.
295 self._input_layer_template = template.make_template(
    [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
layers_test.py     [all...]

Completed in 523 milliseconds