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

  /external/tensorflow/tensorflow/contrib/graph_editor/tests/
match_test.py 47 match.OpMatcher("^.*/f$").input_ops("^.*/c$", "^.*/d$")(self.f.op))
49 match.OpMatcher("^.*/f$").input_ops(True, "^.*/d$")(self.f.op))
51 match.OpMatcher("^.*/f$").input_ops(
54 match.OpMatcher("^.*/f$").input_ops("^.*/c$", "^.*/d$")
58 match.OpMatcher("^.*/f$").input_ops("^.*/c$", "^.*/d$").output_ops(
reroute_test.py 45 self.assertTrue(match.OpMatcher("c0").input_ops("a1", "b1")(self.c0.op))
46 self.assertTrue(match.OpMatcher("c1").input_ops("a0", "b0")(self.c1.op))
53 self.assertTrue(match.OpMatcher("c0").input_ops("a3", "b0")(self.c0.op))
54 self.assertTrue(match.OpMatcher("c1").input_ops("a3", "b1")(self.c1.op))
58 self.assertTrue(match.OpMatcher("c0").input_ops("a0", "b0")(self.c0.op))
59 self.assertTrue(match.OpMatcher("c1").input_ops("a0", "b0")(self.c1.op))
62 self.assertTrue(match.OpMatcher("c0").input_ops("a1", "b1")(self.c0.op))
63 self.assertTrue(match.OpMatcher("c1").input_ops("a1", "b1")(self.c1.op))
88 match.OpMatcher("g").input_ops(
89 "a", match.OpMatcher("c").input_ops("a", "b"))(g.op)
    [all...]
edit_test.py 58 match.OpMatcher("^foo/c$").input_ops("a", "geph__b_0")(self.c.op))
70 match.OpMatcher("^foo/bar/e$").input_ops("^z$", "foo/d$")(self.e.op))
76 match.OpMatcher("^foo/bar/h$").input_ops("^foo/c$", "foo/bar/g$")(
transform_test.py 105 matcher0 = match.OpMatcher("AddNoise").input_ops(
106 "Noise", match.OpMatcher("Add").input_ops("Const", "Input"))
107 matcher1 = match.OpMatcher("AddNoise_1").input_ops(
108 "Noise_1", match.OpMatcher("Add_1").input_ops("Const_1", matcher0))
109 matcher2 = match.OpMatcher("AddNoise_2").input_ops(
110 "Noise_2", match.OpMatcher("Add_2").input_ops("Const_2", matcher1))
match.py 127 def input_ops(self, *args): member in class:OpMatcher
  /external/syslinux/com32/include/syslinux/
firmware.h 21 struct input_ops { struct
58 struct input_ops *i_ops;
  /external/tensorflow/tensorflow/contrib/training/python/training/
sampling_ops.py 29 from tensorflow.python.training import input as input_ops
103 batched = input_ops.batch(
120 minibatch = input_ops.maybe_batch(
240 batched = input_ops.batch(
252 batched = input_ops.maybe_batch(
  /external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
graph_io.py 35 from tensorflow.python.training import input as input_ops
409 file_name_queue = input_ops.string_input_producer(
432 queued_examples_with_keys = input_ops.shuffle_batch_join(
442 queued_examples_with_keys = input_ops.batch_join(
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
saved_model_export_utils.py 159 def get_input_alternatives(input_ops):
162 if isinstance(input_ops, input_fn_utils.InputFnOps):
163 features, unused_labels, default_inputs = input_ops
166 features, unused_labels = input_ops
    [all...]
saved_model_export_utils_test.py 358 input_ops = input_fn_utils.InputFnOps("bogus features dict", None,
362 input_ops)
509 input_ops = input_fn_utils.InputFnOps({
515 saved_model_export_utils.get_input_alternatives(input_ops))
578 input_ops = ({"features": input_features}, None)
580 saved_model_export_utils.get_input_alternatives(input_ops))
    [all...]
  /external/tensorflow/tensorflow/contrib/text/python/ops/
skip_gram_ops.py 33 from tensorflow.python.training import input as input_ops
201 return input_ops.batch(
  /external/tensorflow/tensorflow/python/training/
server_lib_test.py 37 from tensorflow.python.training import input as input_ops
233 input_queue = input_ops.input_producer(constant_op.constant(
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
estimator.py     [all...]
  /external/syslinux/core/
bios.c 153 struct input_ops bios_input_ops = {
  /external/tensorflow/tensorflow/python/framework/
ops.py     [all...]
  /external/syslinux/efi/
main.c 372 struct input_ops efi_iops = {
    [all...]

Completed in 808 milliseconds