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

  /external/tensorflow/tensorflow/core/framework/
function_testlib.h 91 FunctionDef XTimes16();
function_testlib.cc 300 FunctionDef XTimes16() {
303 "XTimes16",
function_test.cc 974 EXPECT_EQ(lib_def.Find("XTimes16"), nullptr);
995 EXPECT_TRUE(!lib_def.LookUpOpDef("XTimes16", &op_def).ok());
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
function_test.cc 391 test::function::XTimes16()});
401 InstantiateAndRun(flr0_, "XTimes16", {{"T", DT_FLOAT}}, {x}, {&y}));
410 *proto.add_function() = test::function::XTimes16();
431 TF_CHECK_OK(InstantiateAndRun(flr0_, "XTimes16", {{"T", DT_FLOAT}}, options,
687 test::function::XTimes16()});
688 std::unique_ptr<Graph> g = GetFuncBody(flr0_, "XTimes16", {{"T", DT_FLOAT}});
    [all...]
shape_refiner_test.cc     [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
function_optimizer_test.cc     [all...]

Completed in 389 milliseconds