Searched refs:c_output (Results 1 – 7 of 7) sorted by relevance
/external/pytorch/aten/src/ATen/native/ |
D | PadNd.cpp | 95 auto c_output = output; in constant_pad_nd() local 99 c_output = c_output.narrow(i, pad[pad_idx], c_output.size(i) - pad[pad_idx]); in constant_pad_nd() 102 c_output = c_output.narrow(i, 0, c_output.size(i) - pad[pad_idx + 1]); in constant_pad_nd() 105 c_output.copy_(c_input); in constant_pad_nd()
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/ |
D | modify_srcu.awk | 14 c_output = ARGV[4]; 55 outputfile = c_output; 375 print "struct rcu_batch " name " = " rcu_batches[name] ";" > c_output;
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/ |
D | tpu_transfer_manager.cc | 230 XLA_Shape c_output; in ChooseCompactLayoutForShape() local 233 manager_, &c_host_shape, &c_output, status.c_status); in ChooseCompactLayoutForShape() 237 ApiConverter::Destroy(&c_output); in ChooseCompactLayoutForShape() 240 xla::Shape output = ApiConverter::FromC(&c_output); in ChooseCompactLayoutForShape() 241 ApiConverter::Destroy(&c_output); in ChooseCompactLayoutForShape()
|
/external/python/cpython3/Lib/test/ |
D | test__osx_support.py | 144 for c_name, c_output in compilers: 148 f.write("#!/bin/sh\n/bin/echo " + c_output)
|
/external/bazelbuild-rules_rust/bindgen/private/ |
D | bindgen.bzl | 225 c_output = None 230 c_output = ctx.actions.declare_file(ctx.label.name + ".bindgen_c_thunks.c") 234 args.add(c_output.path) 312 outputs = [output] + ([c_output] if wrap_static_fns else []), 341 bindgen_c_thunks = depset(([c_output] if wrap_static_fns else [])),
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upbc/ |
D | protoc-gen-upb.cc | 1682 Output c_output; in GenerateFile() local 1683 WriteSource(pools, file, options, c_output); in GenerateFile() 1684 plugin->AddOutputFile(SourceFilename(file), c_output.output()); in GenerateFile()
|
/external/pytorch/torch/_refs/ |
D | __init__.py | 2924 c_output = output 2928 c_output = c_output.narrow( 2929 i, pad[pad_idx], c_output.shape[i] - pad[pad_idx] 2932 c_output = c_output.narrow(i, 0, c_output.shape[i] - pad[pad_idx + 1]) 2934 prims.copy_to(c_output, c_input)
|