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

  /external/tensorflow/tensorflow/cc/client/
client_session.h 54 typedef std::unordered_map<Output, Input::Initializer, OutputHash> FeedType;
75 Status Run(const FeedType& inputs, const std::vector<Output>& fetch_outputs,
79 Status Run(const FeedType& inputs, const std::vector<Output>& fetch_outputs,
85 Status Run(const RunOptions& run_options, const FeedType& inputs,
client_session.cc 76 return Run(FeedType{}, fetch_outputs, {}, outputs);
79 Status ClientSession::Run(const FeedType& inputs,
85 Status ClientSession::Run(const FeedType& inputs,
105 Status ClientSession::Run(const RunOptions& run_options, const FeedType& inputs,
  /external/tensorflow/tensorflow/core/kernels/
mfcc_op_test.cc 58 session.Run(ClientSession::FeedType(), {mfcc_op.output}, &outputs));
spectrogram_op_test.cc 55 TF_EXPECT_OK(session.Run(ClientSession::FeedType(),
89 TF_EXPECT_OK(session.Run(ClientSession::FeedType(),
encode_wav_op_test.cc 59 TF_EXPECT_OK(session.Run(ClientSession::FeedType(),
decode_wav_op_test.cc 70 TF_EXPECT_OK(session.Run(ClientSession::FeedType(),
quantized_add_op_test.cc 74 TF_EXPECT_OK(session.Run(ClientSession::FeedType(),
121 TF_EXPECT_OK(session.Run(ClientSession::FeedType(), {add.z}, &outputs));
quantized_mul_op_test.cc 74 TF_EXPECT_OK(session.Run(ClientSession::FeedType(),
121 TF_EXPECT_OK(session.Run(ClientSession::FeedType(), {mul.z}, &outputs));
  /external/tensorflow/tensorflow/cc/framework/
while_gradients_test.cc 67 ClientSession::FeedType feeds;
gradient_checker.cc 131 ClientSession::FeedType feed_list;
183 ClientSession::FeedType feed_list;
  /external/tensorflow/tensorflow/cc/ops/
while_loop_test.cc 54 ClientSession::FeedType feeds;

Completed in 854 milliseconds