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

  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
identify_lstm.cc 91 OperatorType a_op_type, Operator** a_op,
127 if (a_op != nullptr) {
128 *a_op = x;
141 OperatorType a_op_type, Operator** a_op,
192 if (a_op != nullptr) {
193 *a_op = x;
  /external/tensorflow/tensorflow/tools/graph_transforms/
quantize_nodes_test.cc 171 Output a_op = const_op("a_op", {m, k}, {2}); local
175 Output mat_mul_op = MatMul(root.WithOpName("mat_mul_op"), a_op, b_op);
215 Output a_op = Const(root.WithOpName("a_op"), Input::Initializer(a_tensor)); local
221 Output mat_mul_op = MatMul(root.WithOpName("mat_mul_op"), a_op, b_op);
378 Output a_op = Const(root.WithOpName("a_op"), Input::Initializer(a_tensor)); local
386 Concat(root.WithOpName("concat_op"), {a_op, b_op}, shape_op);
1237 Output a_op = Const(root.WithOpName("a_op"), Input::Initializer(a_tensor)); local
1282 Output a_op = Const(root.WithOpName("a_op"), Input::Initializer(a_tensor)); local
1332 Output a_op = Const(root.WithOpName("a_op"), Input::Initializer(a_tensor)); local
    [all...]
  /external/tensorflow/tensorflow/contrib/estimator/python/estimator/
replicate_model_fn_test.py     [all...]

Completed in 784 milliseconds