Searched refs:init_slices (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | while_v2_indexed_slices_rewriter.py | 127 init_slices = _create_grad_indexed_slices_init(grad_output_slices, 137 values=body_grad_graph.capture(init_slices.values, whitelisted=True), 138 indices=body_grad_graph.capture(init_slices.indices, whitelisted=True), 139 dense_shape=body_grad_graph.capture(init_slices.dense_shape, 144 for t in _flatten(init_slices): 154 body_grad_graph, loop_vars, init_slices, input_slices, new_output_slices, 239 def _update_indexed_slices_param(graph, loop_vars, init_slices, input_slices, argument 275 return loop_vars[:flat_idx] + _flatten(init_slices) + loop_vars[flat_idx + 1:]
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_chttp2_hpack.cc | 456 std::vector<grpc_slice> init_slices = Fixture::GetInitSlices(); in BM_HpackParserParseHeader() local 463 for (auto slice : init_slices) { in BM_HpackParserParseHeader() 479 for (auto slice : init_slices) grpc_slice_unref(slice); in BM_HpackParserParseHeader()
|