Home
last modified time | relevance | path

Searched defs:expected_inputs (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dlookup_table_init_op.cc55 DataTypeVector expected_inputs = {expected_input_0, table->key_dtype(), in Compute() local
123 DataTypeVector expected_inputs = {expected_input_0, DT_STRING}; in Compute() local
Dconditional_accumulator_op.cc137 DataTypeVector expected_inputs; in GetExpectedInputs() local
158 DataTypeVector expected_inputs; in GetExpectedInputs() local
Dqueue_op.cc90 DataTypeVector expected_inputs; in ComputeAsync() local
131 DataTypeVector expected_inputs; in ComputeAsync() local
Dsparse_conditional_accumulator_op.cc87 DataTypeVector expected_inputs = {DT_STRING_REF, DT_INT64, DT_INT64}; in GetExpectedInputs() local
Dconditional_accumulator_base_op.h152 DataTypeVector expected_inputs = GetExpectedInputs(accumulator); in CheckSignature() local
Dlookup_table_op.cc812 DataTypeVector expected_inputs = {expected_input_0_, table->key_dtype(), in Compute() local
846 DataTypeVector expected_inputs = {expected_input_0_, table->key_dtype(), in Compute() local
881 DataTypeVector expected_inputs = {expected_input_0_, table->key_dtype()}; in Compute() local
952 DataTypeVector expected_inputs = {expected_input_0_, table->key_dtype(), in Compute() local
Dbarrier_ops.cc591 DataTypeVector expected_inputs = {DT_STRING_REF, DT_INT32}; in ComputeAsync() local
/external/tensorflow/tensorflow/cc/tools/
Dfreeze_saved_model_test.cc277 std::unordered_set<string> expected_inputs = {"input0:0", "input1:0"}; in TEST_F() local
307 std::unordered_set<string> expected_inputs = {"input0:0", "input1:0"}; in TEST_F() local
449 std::unordered_set<string> expected_inputs = {"input1:0", "input2:0"}; in TEST_F() local
478 std::unordered_set<string> expected_inputs = {"input1:0", "input2:0", in TEST_F() local
/external/grpc-grpc/src/ruby/spec/generic/
Dclient_stub_spec.rb984 def run_bidi_streamer_handle_inputs_first(expected_inputs, replys, argument
995 def run_bidi_streamer_echo_ping_pong(expected_inputs, status, client_starts, argument
1021 def run_client_streamer(expected_inputs, resp, status, argument
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc59 Status MatchSignatureHelper(const DataTypeSlice expected_inputs, in MatchSignatureHelper()
242 const DataTypeSlice expected_inputs, const DataTypeSlice expected_outputs) { in MatchSignature()
1027 Status OpKernelContext::MatchSignature(const DataTypeSlice expected_inputs, in MatchSignature()
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc870 std::vector<string> expected_inputs, test_inputs; in ExpectTfAndXlaOutputsAreClose() local