HomeSort by relevance Sort by last modified time
    Searched refs:Tensor (Results 101 - 125 of 1348) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/tensorflow/tensorflow/cc/framework/
testutil.cc 28 std::vector<Tensor>* out) {
33 void GetTensor(const Scope& scope, Output tensor, Tensor* out) {
34 std::vector<Tensor> outputs;
35 GetTensors(scope, {std::move(tensor)}, &outputs);
40 const OutputList& tensors, std::vector<Tensor>* out) {
47 Output tensor, Tensor* out) {
48 std::vector<Tensor> outputs;
49 GetTensors(scope, assign_vars, {std::move(tensor)}, &outputs)
    [all...]