Searched defs:ge (Results 1 - 25 of 63) sorted by relevance

123

/external/clang/test/PCH/
H A Dremap-file-from-pch.cpp7 int ge = zool; variable
/external/libcxx/test/std/utilities/function.objects/comparisons/
H A Dconstexpr_init.pass.cpp37 std::greater_equal<T> ge; local
38 ((void)ge);
/external/tensorflow/tensorflow/contrib/graph_editor/examples/
H A Dedit_graph_example.py25 from tensorflow.contrib import graph_editor as ge namespace
42 ge.swap_inputs(c.op, [a, b])
/external/tensorflow/tensorflow/contrib/graph_editor/tests/
H A Dedit_test.py20 from tensorflow.contrib import graph_editor as ge namespace
52 """Test for ge.detach."""
53 sgv = ge.sgv(self.c.op, self.a.op)
54 control_outputs = ge.ControlOutputs(self.graph)
55 ge.detach(sgv, control_ios=control_outputs)
61 """Test for ge.connect."""
67 sgv = ge.sgv(x.op, y.op, z.op)
68 ge.connect(sgv, ge.sgv(self.e.op).remap_inputs([0]))
73 """Test for ge
[all...]
H A Dreroute_test.py20 from tensorflow.contrib import graph_editor as ge namespace
44 ge.swap_ts([self.a0, self.b0], [self.a1, self.b1])
51 ge.swap_ios(ge.sgv(a3.op).remap_outputs([0, 0]),
52 ge.sgv(self.a0.op, self.a1.op))
57 ge.reroute_ts([self.a0, self.b0], [self.a1, self.b1])
61 ge.reroute_ts([self.a1, self.b1], [self.a0, self.b0])
67 ge.reroute_ts([self.a0, self.b0], [self.a2, self.b2])
83 sgv0 = ge.sgv(a.op, b.op, c.op)
84 sgv1 = ge
[all...]
H A Dsubgraph_test.py20 from tensorflow.contrib import graph_editor as ge namespace
45 sgv = ge.sgv(self.graph)
50 sgv = ge.sgv(self.f.op, self.g.op)
54 sgv = ge.sgv_scope("foo/bar", graph=self.graph)
59 sgv = ge.sgv(self.c.op)
63 sgv = ge.sgv(self.c.op).remap([self.a], [0, self.c])
80 sgv = ge.sgv(self.graph)
H A Dutil_test.py20 from tensorflow.contrib import graph_editor as ge namespace
31 """Test for ge.util.ListView."""
33 lv = ge.util.ListView(l)
43 """Test for ge.util.is_iterable."""
44 self.assertTrue(ge.util.is_iterable([0, 1, 2]))
45 self.assertFalse(ge.util.is_iterable(3))
48 """Test for ge.util.check_graphs and ge.util.get_unique_graph."""
58 self.assertIsNone(ge.util.check_graphs(a0, b0))
61 ge
[all...]
H A Dselect_test.py22 from tensorflow.contrib import graph_editor as ge namespace
47 """Test for ge.can_be_regex and ge.make_regex."""
48 self.assertTrue(ge.can_be_regex("foo"))
49 self.assertTrue(ge.can_be_regex(re.compile("foo")))
51 self.assertIs(ge.make_regex(regex), regex)
54 """Test for ge._get_input_ts abd ge._get_output_ts."""
55 self.assertEqual(len(ge.select._get_input_ts(self.graph)), 6)
56 self.assertEqual(len(ge
[all...]
H A Dtransform_test.py22 from tensorflow.contrib import graph_editor as ge namespace
51 _, info = ge.copy(self.graph, graph)
62 src_ts = ge.util.get_tensors(self.graph)
63 dst_ts = ge.util.get_tensors(graph)
78 sgv = ge.make_view([assert_op, eq.op, a.op, b.op])
79 copier = ge.Transformer()
85 transformer = ge.Transformer()
89 op_, op_outputs_ = ge.transform.copy_op_handler(info, op)
111 top = ge.select_ops("^AddNoise_2$", graph=graph)[0]
117 sgv, _ = ge
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_kqueue.py24 from operator import lt, le, gt, ge namespace
41 for op in lt, le, gt, ge:
/external/clang/test/Sema/
H A Dattr-flag-enum.c15 ge = ~0x2, // expected-warning {{enumeration value 'ge' is out of range}} enumerator in enum:flag2
/external/fio/
H A Dgerror.c22 static void report_error(struct gui_entry *ge, GError *error) argument
24 struct gui *ui = ge->ui;
48 void gfio_report_error(struct gui_entry *ge, const char *format, ...) argument
57 report_error(ge, error);
H A Dprinting.c90 struct gui_entry *ge = data; local
96 printing_error_dialog(ge->results_window, print_error);
100 void gfio_print_results(struct gui_entry *ge) argument
118 GTK_WINDOW(ge->results_window), &print_error);
129 printing_error_dialog(ge->results_window, print_error);
/external/skia/src/shaders/gradients/
H A DSkLinearGradient.cpp175 const GrLinearGradient& ge = args.fFp.cast<GrLinearGradient>(); local
176 this->emitUniforms(args.fUniformHandler, ge);
182 ge,
H A DSkRadialGradient.cpp147 const GrRadialGradient& ge = args.fFp.cast<GrRadialGradient>(); local
148 this->emitUniforms(args.fUniformHandler, ge);
155 ge, t.c_str(),
/external/skqp/src/shaders/gradients/
H A DSkLinearGradient.cpp171 const GrLinearGradient& ge = args.fFp.cast<GrLinearGradient>(); local
172 this->emitUniforms(args.fUniformHandler, ge);
178 ge,
H A DSkRadialGradient.cpp147 const GrRadialGradient& ge = args.fFp.cast<GrRadialGradient>(); local
148 this->emitUniforms(args.fUniformHandler, ge);
155 ge, t.c_str(),
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_tfgraph_builder_test.cc146 auto ge = builder.AddInstruction( local
151 ge->set_metadata(metadata);
/external/bzip2/
H A Dcompress.c241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local
288 ge = gs-1;
290 while (aFreq < tFreq && ge < alphaSize-1) {
291 ge++;
292 aFreq += s->mtfFreq[ge];
295 if (ge > gs
298 aFreq -= s->mtfFreq[ge];
299 ge--;
305 nPart, gs, ge, aFreq,
309 if (v >= gs && v <= ge)
[all...]
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
H A DDynamicSymmetry.h18 inline explicit DynamicSGroup() : m_numIndices(1), m_elements(), m_generators(), m_globalFlags(0) { m_elements.push_back(ge(Generator(0, 0, 0))); }
108 inline GroupElement ge(Generator const& g) const function in class:Eigen::DynamicSGroup
127 return mul(ge(g1), g2);
132 return mul(g1, ge(g2));
137 return mul(ge(g1), ge(g2));
212 GroupElement e = ge(g);
H A DStaticSymmetry.h190 typedef typename group_elements::type ge; typedef in class:Eigen::StaticSGroup
199 return internal::tensor_static_symgroup_do_apply<ge>::template run<Op, RV, NumIndices>(idx, initial, args...);
206 return internal::tensor_static_symgroup_do_apply<ge>::template run<Op, RV, NumIndices>(idx, initial, args...);
209 constexpr static std::size_t static_size = ge::count;
212 return ge::count;
/external/vixl/test/aarch32/
H A Dtest-simulator-cond-rd-rn-rm-ge-a32.cc152 uint32_t ge; member in struct:vixl::aarch32::__anon30071::Inputs
392 #include "aarch32/traces/simulator-cond-rd-rn-rm-ge-sadd16-a32.h"
393 #include "aarch32/traces/simulator-cond-rd-rn-rm-ge-sadd8-a32.h"
394 #include "aarch32/traces/simulator-cond-rd-rn-rm-ge-sasx-a32.h"
395 #include "aarch32/traces/simulator-cond-rd-rn-rm-ge-ssax-a32.h"
396 #include "aarch32/traces/simulator-cond-rd-rn-rm-ge-ssub16-a32.h"
397 #include "aarch32/traces/simulator-cond-rd-rn-rm-ge-ssub8-a32.h"
398 #include "aarch32/traces/simulator-cond-rd-rn-rm-ge-uadd16-a32.h"
399 #include "aarch32/traces/simulator-cond-rd-rn-rm-ge-uadd8-a32.h"
400 #include "aarch32/traces/simulator-cond-rd-rn-rm-ge
584 uint32_t ge = results[i]->outputs[j].ge; local
[all...]
H A Dtest-simulator-cond-rd-rn-rm-ge-t32.cc152 uint32_t ge; member in struct:vixl::aarch32::__anon30072::Inputs
392 #include "aarch32/traces/simulator-cond-rd-rn-rm-ge-sadd16-t32.h"
393 #include "aarch32/traces/simulator-cond-rd-rn-rm-ge-sadd8-t32.h"
394 #include "aarch32/traces/simulator-cond-rd-rn-rm-ge-sasx-t32.h"
395 #include "aarch32/traces/simulator-cond-rd-rn-rm-ge-ssax-t32.h"
396 #include "aarch32/traces/simulator-cond-rd-rn-rm-ge-ssub16-t32.h"
397 #include "aarch32/traces/simulator-cond-rd-rn-rm-ge-ssub8-t32.h"
398 #include "aarch32/traces/simulator-cond-rd-rn-rm-ge-uadd16-t32.h"
399 #include "aarch32/traces/simulator-cond-rd-rn-rm-ge-uadd8-t32.h"
400 #include "aarch32/traces/simulator-cond-rd-rn-rm-ge
584 uint32_t ge = results[i]->outputs[j].ge; local
[all...]
H A Dtest-simulator-cond-rd-rn-rm-q-a32.cc144 uint32_t ge; member in struct:vixl::aarch32::__anon30073::Inputs
478 __ Ldr(ge_bits, MemOperand(input_ptr, offsetof(Inputs, ge)));
509 __ Str(ge_bits, MemOperand(result_ptr, offsetof(Inputs, ge)));
539 printf("0x%08" PRIx32, results[i]->outputs[j].ge);
568 uint32_t ge = results[i]->outputs[j].ge; local
574 uint32_t ge_input = kTests[i].inputs[j].ge;
580 uint32_t ge_ref = reference[i].outputs[j].ge;
585 if (((apsr != apsr_ref) || (qbit != qbit_ref) || (ge != ge_ref) ||
627 printf("0x%08" PRIx32, ge);
[all...]
H A Dtest-simulator-cond-rd-rn-rm-q-t32.cc144 uint32_t ge; member in struct:vixl::aarch32::__anon30074::Inputs
478 __ Ldr(ge_bits, MemOperand(input_ptr, offsetof(Inputs, ge)));
509 __ Str(ge_bits, MemOperand(result_ptr, offsetof(Inputs, ge)));
539 printf("0x%08" PRIx32, results[i]->outputs[j].ge);
568 uint32_t ge = results[i]->outputs[j].ge; local
574 uint32_t ge_input = kTests[i].inputs[j].ge;
580 uint32_t ge_ref = reference[i].outputs[j].ge;
585 if (((apsr != apsr_ref) || (qbit != qbit_ref) || (ge != ge_ref) ||
627 printf("0x%08" PRIx32, ge);
[all...]

Completed in 2879 milliseconds

123