HomeSort by relevance Sort by last modified time
    Searched defs:FillFn (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/framework/
tensor_testutil.h 89 // test::FillFn<float>(&x, [](int i)->float { return i*i; });
91 void FillFn(Tensor* tensor, std::function<T(int)> fn) {
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler_test.cc     [all...]

Completed in 486 milliseconds