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

  /external/tensorflow/tensorflow/contrib/rnn/ops/
lstm_ops_test.cc 97 string infix = ";" + JoinedCopies("?", 6) + ";"; local
100 INFER_ERROR("must be rank 3", op, "?;[?]" + infix + "?");
101 INFER_ERROR("must be rank 1", op, "?;?" + infix + "[?,?]");
104 INFER_OK(op, "?;?" + infix + "?", JoinedCopies("[?,?,?]", 7));
105 INFER_OK(op, "?;[?,?,?]" + infix + "?", JoinedCopies("[d1_0,d1_1,?]", 7));
106 INFER_OK(op, "?;[?,?,?]" + infix + "[?]", JoinedCopies("[d1_0,d1_1,?]", 7));
107 INFER_OK(op, "?;[?,?,?]" + infix + "[20]", JoinedCopies("[d1_0,d1_1,5]", 7));
110 INFER_ERROR("must be evenly divisible", op, "?;?" + infix + "[11]");
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
ExpressionTranslator.java 233 setResult(infix(Type.BOOLEAN, Type.INT, "==", node.getLeft(), node.getRight())); method
245 setResult(infix(Type.BOOLEAN, Type.INT, "!=", node.getLeft(), node.getRight())); method
250 setResult(infix(Type.BOOLEAN, Type.INT, "<", node.getLeft(), node.getRight())); method
255 setResult(infix(Type.BOOLEAN, Type.INT, ">", node.getLeft(), node.getRight())); method
260 setResult(infix(Type.BOOLEAN, Type.INT, "<=", node.getLeft(), node.getRight())); method
265 setResult(infix(Type.BOOLEAN, Type.INT, ">=", node.getLeft(), node.getRight())); method
270 setResult(infix(Type.BOOLEAN, Type.BOOLEAN, "&&", node.getLeft(), node.getRight())); method
275 setResult(infix(Type.BOOLEAN, Type.BOOLEAN, "||", node.getLeft(), node.getRight())); method
280 setResult(infix(Type.STRING, Type.STRING, "+", node.getLeft(), node.getRight())); method
285 setResult(infix(Type.INT, Type.INT, "+", node.getLeft(), node.getRight())) method
290 setResult(infix(Type.INT, Type.INT, "-", node.getLeft(), node.getRight())); method
295 setResult(infix(Type.INT, Type.INT, "*", node.getLeft(), node.getRight())); method
300 setResult(infix(Type.INT, Type.INT, "\/", node.getLeft(), node.getRight())); method
305 setResult(infix(Type.INT, Type.INT, "%", node.getLeft(), node.getRight())); method
356 private JavaExpression infix(Type destType, Type srcType, String infix, PExpression leftNode, method in class:ExpressionTranslator
    [all...]
EscapingEvaluator.java 101 JavaExpression.infix(JavaExpression.Type.BOOLEAN, "!=", escapeMode, JavaExpression
104 return JavaExpression.infix(JavaExpression.Type.BOOLEAN, "||", escapeModeCheck,
223 return JavaExpression.infix(JavaExpression.Type.BOOLEAN, "||", first, second);
TemplateTranslator.java 27 import static com.google.clearsilver.jsilver.compiler.JavaExpression.infix;
341 java.startIfBlock(JavaExpression.infix(Type.BOOLEAN, "!=", value.cast(Type.DATA), literal(
438 inlineIf(Type.BOOLEAN, infix(Type.BOOLEAN, ">=", incrVar, integer(0)), infix(Type.BOOLEAN,
439 "<=", loopVar, endVar), infix(Type.BOOLEAN, ">=", loopVar, endVar));
443 loopVariable).cast(Type.STRING), infix(Type.BOOLEAN, "==", symbol(loopVariable), startVar),
444 infix(Type.BOOLEAN, "==", symbol(loopVariable), endVar)));
    [all...]
JavaExpression.java 406 * An infix expression (e.g. (a + b) ).
408 public static JavaExpression infix(Type type, final String operator, final JavaExpression left,
460 * An increment statement (e.g. a += b). The difference with infix is that this does not wrap the
  /external/v8/tools/
compare-table-gen.js 34 function expr(infix, a, cmp, b) {
35 return infix ? a + " " + cmp + " " + b : cmp + "(" + a + ", " + b + ")";
43 function gen(name, cmp, infix) {
51 var body = "(function " + name + "(a,b) { return " + expr(infix, "a", cmp, "b") + "; })";
73 var body = "(function " + name + "_L" + i + "(b) { return " + expr(infix, value, cmp, "b") + "; })";
82 var body = "(function " + name + "_R" + i + "(a) { return " + expr(infix, "a", cmp, value) + "; })";
94 line += expr(infix, strings[i], cmp, strings[j]);
  /external/catch2/include/internal/
catch_string_manip.cpp 35 bool contains( std::string const& s, std::string const& infix ) {
36 return s.find( infix ) != std::string::npos;
catch_string_manip.h 19 bool contains( std::string const& s, std::string const& infix );
  /external/tensorflow/tensorflow/core/common_runtime/
lower_if_op.cc 63 // (name_), infix and a suffix to ensure it is unique within the graph.
64 string NewName(const string& infix);
143 string CondBuilder::NewName(const string& infix) {
144 return graph_->NewName(strings::StrCat(name_, "/", infix));
lower_while_op.cc 119 // (name_), infix and a suffix to ensure it is unique within the graph.
120 string NewName(const string& infix);
372 string LowerWhileHelper::NewName(const string& infix) {
373 return graph_->NewName(strings::StrCat(name_, "/", infix));
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestCheckCLDR.java 366 String infix = "\"]/dayPeriodWidth[@type=\"wide\"]/dayPeriod[@type=\""; local
508 final String path1 = prefix + type1.pathValue + infix + period1 + suffix;
509 final String path2 = prefix + type2.pathValue + infix + period2 + suffix;
  /external/v8/benchmarks/
earley-boyer.js 140 (peephole (infix 2 2 "==="))
148 (peephole (infix 2 2 "==="))
209 (peephole (infix 2 2 "===")))
220 (peephole (infix 2 2 "<")))
233 (peephole (infix 2 2 ">")))
246 (peephole (infix 2 2 "<=")))
259 (peephole (infix 2 2 ">=")))
316 (peephole (infix 0 #f "+" "0")))
326 (peephole (infix 0 #f "*" "1")))
374 (peephole (infix 2 2 "%"))
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 749 const char *infix; local
755 infix = TYPEATTR_INFIX;
757 infix = ROLEATTR_INFIX;
760 len = strlen(pdb->name) + strlen(infix) + num_digits(num_attrs) + 1;
767 rlen = snprintf(attr_name, len, "%s%s%i", pdb->name, infix, num_attrs);
    [all...]
  /external/bcc/tests/cc/
catch.hpp 363 bool contains( std::string const& s, std::string const& infix );
    [all...]
  /external/python/setuptools/pkg_resources/_vendor/
pyparsing.py     [all...]
  /external/python/setuptools/setuptools/_vendor/
pyparsing.py     [all...]
  /external/catch2/single_include/catch2/
catch.hpp     [all...]
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 829 milliseconds