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

  /external/tensorflow/tensorflow/core/kernels/
record_input_op.cc 58 auto t_out = out.flat<string>(); variable
60 OP_REQUIRES_OK(ctx, yielder_->YieldOne(&t_out(i)));
in_topk_op.cc 67 Tensor* t_out = nullptr; variable
70 0, TensorShape({targets_in.dim_size(0)}), &t_out));
71 auto out = t_out->vec<bool>();
  /external/tensorflow/tensorflow/c/
c_api_test.cc 2105 TF_Tensor* t_out = nullptr; local
    [all...]

Completed in 170 milliseconds