Home
last modified time | relevance | path

Searched refs:gathered (Results 1 – 25 of 80) sorted by relevance

1234

/external/tensorflow/tensorflow/compiler/tests/
Dwhere_op_test.py55 gathered = array_ops.gather_nd(value, true_vals)
58 self.assertAllEqual([0, 2, 3], sess.run(gathered, {x: feed}))
70 gathered = array_ops.gather_nd(value, indices)
71 reduction = math_ops.reduce_sum(gathered)
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RaggedGather.pbtxt23 gathered.
70 provides the values that should be gathered.
72 values should be gathered.
Dapi_def_TensorListStack.pbtxt8 tensor: the gathered result
Dapi_def_GatherV2.pbtxt26 Values from `params` gathered from indices given by `indices`, with
Dapi_def_GatherNd.pbtxt18 Values from `params` gathered from indices given by `indices`, with
/external/llvm-project/llvm/test/Transforms/Scalarizer/
Dorder-bug.ll4 ; This input caused the scalarizer to replace & erase gathered results when
5 ; future gathered results depended on them being alive
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dvk.relaxed.frag5 // default uniforms will be gathered into a uniform block
30 // atomic_uint will be converted to uint and gathered in a buffer block
Dvk.relaxed.errorcheck.frag7 // default uniforms will be gathered into a uniform block
Dvk.relaxed.errorcheck.vert5 // default uniforms will be gathered into a uniform block
Dvk.relaxed.link2.frag3 // default uniforms will be gathered into a uniform block
Dvk.relaxed.link1.frag5 // default uniforms will be gathered into a uniform block
Dvk.relaxed.stagelink.frag7 // default uniforms will be gathered into a uniform block
Dvk.relaxed.stagelink.vert5 // default uniforms will be gathered into a uniform block
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DREADME.txt6 seen nor worked with this MCU, all information was gathered from datasheet
/external/llvm/lib/Target/MSP430/
DREADME.txt6 seen nor worked with this MCU, all information was gathered from datasheet
/external/llvm-project/llvm/lib/Target/MSP430/
DREADME.txt6 seen nor worked with this MCU, all information was gathered from datasheet
/external/webrtc/test/fuzzers/corpora/
DREADME14 - some manually gathered SDPs from Firefox and Opera
/external/tensorflow/tensorflow/lite/toco/logging/
Dtoco_conversion_log.proto18 // TocoConversionLog contains the analytics to be gathered when user converts
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_profile_printer_data.proto22 // Describes how to pretty-print a profile counter array gathered for a specific
/external/clang/docs/
DSanitizerStats.rst38 the function name. The third column is the type of statistic gathered (in
/external/llvm-project/clang/docs/
DSanitizerStats.rst38 the function name. The third column is the type of statistic gathered (in
/external/e2fsprogs/ext2ed/
Dext2ed.conf.in62 # total number of blocks are gathered from the ext2 filesystem itself.
/external/tensorflow/tensorflow/python/distribute/
Dcross_device_ops.py228 gathered = array_ops.concat(all_values, axis)
229 return gathered
614 gathered = _simple_gather(per_replica_value, reduce_to_device, axis)
615 return self.broadcast(gathered, destinations)
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dfloat-vector-gather.ll2 ; NOTE: 4 floats is gathered into a v4f32 register using xxmrghw and xxmrgld
/external/perfetto/protos/perfetto/trace/ftrace/
Dftrace_stats.proto21 // Per-CPU stats for the ftrace data source gathered from the kernel from

1234