Home
last modified time | relevance | path

Searched refs:input_slice (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/test/core/http/
Dparser_test.cc40 grpc_slice input_slice = grpc_slice_from_copied_string(request_text); in test_request_succeeds() local
48 grpc_split_slices(split_mode, &input_slice, 1, &slices, &num_slices); in test_request_succeeds()
49 grpc_slice_unref(input_slice); in test_request_succeeds()
98 grpc_slice input_slice = grpc_slice_from_copied_string(response_text); in test_succeeds() local
106 grpc_split_slices(split_mode, &input_slice, 1, &slices, &num_slices); in test_succeeds()
107 grpc_slice_unref(input_slice); in test_succeeds()
152 grpc_slice input_slice = grpc_slice_from_copied_string(response_text); in test_fails() local
160 grpc_split_slices(split_mode, &input_slice, 1, &slices, &num_slices); in test_fails()
161 grpc_slice_unref(input_slice); in test_fails()
185 grpc_slice input_slice = grpc_slice_from_copied_string(request_text); in test_request_fails() local
[all …]
/external/grpc-grpc/test/core/surface/
Dbyte_buffer_reader_test.cc120 grpc_slice input_slice; in read_compressed_slice() local
131 input_slice = grpc_slice_malloc(input_size); in read_compressed_slice()
132 memset(GRPC_SLICE_START_PTR(input_slice), 'a', input_size); in read_compressed_slice()
133 grpc_slice_buffer_add(&sliceb_in, input_slice); /* takes ownership */ in read_compressed_slice()
149 GRPC_SLICE_START_PTR(input_slice) + read_count, in read_compressed_slice()
/external/tensorflow/tensorflow/compiler/tests/
Ddepthwise_conv_op_test.py44 input_slice = input_tensor[:, channel:channel+1, :, :]
46 input_slice = input_tensor[:, :, :, channel:channel+1]
51 convs.append(nn_ops.conv2d(input_slice, filter_slice,
/external/tensorflow/tensorflow/python/kernel_tests/
Dpool_test.py92 input_slice = np.s_[input_start_pos:input_end_pos:dilation_rate]
95 input[initial_dim_selector + (input_slice,)], axis=axis)
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc3259 NodeDef* input_slice; in RewriteGraph() local
3261 GetInputNode(pack->input(slice_start_value), &input_slice)); in RewriteGraph()
3276 output->add_input(input_slice->name()); in RewriteGraph()
3291 output->add_input(input_slice->name()); in RewriteGraph()