HomeSort by relevance Sort by last modified time
    Searched full:tinput (Results 1 - 25 of 41) sorted by null

1 2

  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorUtil.cs 44 /// Equivalent to Func[TInput, int, TOutput] but usable in .NET 2.0. Only used to convert
47 internal delegate TOutput IndexedConverter<TInput, TOutput>(TInput element, int index);
53 internal static IList<TOutput> ConvertAndMakeReadOnly<TInput, TOutput>
54 (IList<TInput> input, IndexedConverter<TInput, TOutput> converter)
  /external/tensorflow/tensorflow/python/framework/
random_seed_test.py 51 tinput, toutput = tc[0], tc[1]
52 random_seed.set_random_seed(tinput[0])
53 g_seed, op_seed = random_seed.get_seed(tinput[1])
54 msg = 'test_case = {0}, got {1}, want {2}'.format(tinput,
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_Requantize.pbtxt 40 name: "Tinput"
48 The type of the output. Should be a lower bit depth than Tinput.
api_def_RequantizationRange.pbtxt 28 name: "Tinput"
api_def_QuantizeDownAndShrinkRange.pbtxt 28 name: "Tinput"
36 The type of the output. Should be a lower bit depth than Tinput.
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpContext.h 193 class tInput {
195 tInput(TPpContext* p) : done(false), pp(p) { }
196 virtual ~tInput() { }
216 void pushInput(tInput* in)
318 class tMacroInput : public tInput {
320 tMacroInput(TPpContext* pp) : tInput(pp), prepaste(false), postpaste(false) { }
345 class tMarkerInput : public tInput {
347 tMarkerInput(TPpContext* pp) : tInput(pp) { }
361 class tZeroInput : public tInput {
363 tZeroInput(TPpContext* pp) : tInput(pp) {
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
quantized_activation_ops.cc 100 .TypeConstraint<qint32>("Tinput")
105 .TypeConstraint<quint8>("Tinput")
111 .TypeConstraint<qint32>("Tinput")
116 .TypeConstraint<quint8>("Tinput")
depthtospace_op.cc 112 auto Tinput = input.tensor<T, kDims>();
126 functor(context->eigen_device<GPUDevice>(), Tinput, block_size_,
137 functor(context->eigen_device<Device>(), Tinput, block_size_, Toutput);
spacetodepth_op.cc 114 auto Tinput = input.tensor<T, kDims>();
128 functor(context->eigen_device<GPUDevice>(), Tinput, block_size_,
139 functor(context->eigen_device<Device>(), Tinput, block_size_, Toutput);
quantize_down_and_shrink_range.cc 103 .TypeConstraint<qint32>("Tinput")
quantize_down_and_shrink_range_op_test.cc 43 .Attr("Tinput", DataTypeToEnum<qint32>::v())
requantization_range_op.cc 75 .TypeConstraint<qint32>("Tinput"),
requantization_range_op_test.cc 47 .Attr("Tinput", DataTypeToEnum<qint32>::v())
requantize.cc 99 .TypeConstraint<qint32>("Tinput")
requantize_op_test.cc 40 .Attr("Tinput", DataTypeToEnum<qint32>::v())
quantized_batch_norm_op_test.cc 57 .Attr("Tinput", DT_QUINT8)
154 .Attr("Tinput", DT_QUINT8)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestStreaming.java 132 "\n\tInput string: " + Utility.escape(src) +
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestStreaming.java 129 "\n\tInput string: " + Utility.escape(src) +
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
xvmc_bench.c 155 "\t-iw <width>\tInput width\n"
156 "\t-ih <height>\tInput height\n"
  /external/tensorflow/tensorflow/tools/graph_transforms/
quantize_nodes.cc 89 {{"Tinput", DT_QUINT8}, {"Tfilter", DT_QUINT8}, {"out_type", DT_QINT32}},
117 {{"Tinput", DT_QUINT8}},
131 {{"Tinput", DT_QUINT8}},
431 SetNodeAttr("Tinput", DT_QINT32, &requantize_node);
    [all...]
  /external/tensorflow/tensorflow/core/ops/
nn_ops.cc 625 .Input("orig_input: TInput")
626 .Input("orig_output: TInput")
634 .Attr("TInput: {bfloat16, float} = DT_FLOAT")
    [all...]
math_ops.cc     [all...]
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
v4l2_show.c 113 dprintf("\tinput = {.index=%u, .name=\"%s\", "
test_VIDIOC_INPUT.c 124 ("\tinput.index=0x%X, ret_set=%i, errno_set=%i\n",
  /external/tensorflow/tensorflow/tools/quantization/
quantize_graph.py 744 set_attr_dtype(requant_range_node, "Tinput", dtypes.qint32)
752 set_attr_dtype(requantize_node, "Tinput", dtypes.qint32)
    [all...]

Completed in 1134 milliseconds

1 2