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

  /external/tensorflow/tensorflow/core/ops/
functional_grad.cc 34 auto grad = FDH::FunctionRef("SymbolicGradient",
array_grad_test.cc 45 {{"f", FDH::FunctionRef("Pack",
86 {{"f", FDH::FunctionRef("Unpack",
126 {{"f", FDH::FunctionRef("Concat", {{"N", 2}, {"T", T}})},
150 {{"f", FDH::FunctionRef("ConcatV2", {{"N", 2}, {"T", T}})},
222 {{"f", FDH::FunctionRef(
267 {{"f", FDH::FunctionRef("Reshape", {{"T", T}})},
306 {{"f", FDH::FunctionRef("ExpandDims", {{"T", T}})},
343 {{"f", FDH::FunctionRef("Squeeze", {{"T", T}})},
374 {{"f", FDH::FunctionRef("Transpose", {{"T", T}})},
412 {{"f", FDH::FunctionRef("Reverse", {{"T", T}})}
    [all...]
math_grad_test.cc 66 {"f", FDH::FunctionRef("Test")},
127 {"f", FDH::FunctionRef("Test")},
183 {"f", FDH::FunctionRef("Test")},
271 {"f", FDH::FunctionRef("Test")},
334 {"f", FDH::FunctionRef("Test")},
    [all...]
  /external/tensorflow/tensorflow/core/framework/
function_test.cc 272 {{"func", FDH::FunctionRef("Square", {{"T", "$T"}})},
463 {"cond", FDH::FunctionRef("MyCond")},
464 {"then_branch", FDH::FunctionRef("MyThen")},
465 {"else_branch", FDH::FunctionRef("MyElse")}}},
471 {"cond", FDH::FunctionRef("MyCond2")},
472 {"then_branch", FDH::FunctionRef("MyThen2")},
473 {"else_branch", FDH::FunctionRef("MyElse2")}}},
664 {"cond", FDH::FunctionRef("MyCond2")},
665 {"then_branch", FDH::FunctionRef("MyThen2")},
666 {"else_branch", FDH::FunctionRef("MyElse2")}}}
    [all...]
function.h 97 static AttrValueWrapper FunctionRef(
100 static AttrValueWrapper FunctionRef(const string& name) {
101 return FunctionRef(name, {});
function.cc     [all...]
  /frameworks/data-binding/compilerCommon/
BindingExpression.g4 67 | expression '::' Identifier # FunctionRef
  /external/tensorflow/tensorflow/core/common_runtime/
function_test.cc     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 618 milliseconds