Searched refs:input_slice (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/test/core/http/ |
D | parser_test.cc | 40 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/ |
D | byte_buffer_reader_test.cc | 120 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/python/kernel_tests/ |
D | pool_test.py | 92 input_slice = np.s_[input_start_pos:input_end_pos:dilation_rate] 95 input[initial_dim_selector + (input_slice,)], axis=axis)
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | depthwise_conv_op_test.py | 45 input_slice = input_tensor[:, channel:channel+1, :, :] 47 input_slice = input_tensor[:, :, :, channel:channel+1] 52 convs.append(nn_ops.conv2d(input_slice, filter_slice,
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_emitter.cc | 1157 TF_ASSIGN_OR_RETURN(BufferAllocation::Slice input_slice, in HandleAllReduceMultipleReplica() 1161 input_buffer_ptrs.push_back(EmitBufferPointer(input_slice, shape)); in HandleAllReduceMultipleReplica() 1273 TF_ASSIGN_OR_RETURN(BufferAllocation::Slice input_slice, in HandleCollectivePermute() 1275 llvm::Value* input_buffer = EmitBufferPointer(input_slice, shape); in HandleCollectivePermute()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer.cc | 3451 const string& input_slice = pack->input(slice_start_value); in RewriteGraph() local 3468 output->add_input(input_slice); in RewriteGraph() 3477 axis->add_input(absl::StrCat("^", ParseTensorName(input_slice).node())); in RewriteGraph() 3488 output->add_input(input_slice); in RewriteGraph()
|
/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
D | dot_handler.cc | 3348 auto input_slice = in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions() local 3355 output_inside, input_slice)); in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions()
|