Searched refs:gathered (Results 1 – 25 of 80) sorted by relevance
1234
/external/tensorflow/tensorflow/compiler/tests/ |
D | where_op_test.py | 55 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/ |
D | api_def_RaggedGather.pbtxt | 23 gathered. 70 provides the values that should be gathered. 72 values should be gathered.
|
D | api_def_TensorListStack.pbtxt | 8 tensor: the gathered result
|
D | api_def_GatherV2.pbtxt | 26 Values from `params` gathered from indices given by `indices`, with
|
D | api_def_GatherNd.pbtxt | 18 Values from `params` gathered from indices given by `indices`, with
|
/external/llvm-project/llvm/test/Transforms/Scalarizer/ |
D | order-bug.ll | 4 ; 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/ |
D | vk.relaxed.frag | 5 // default uniforms will be gathered into a uniform block 30 // atomic_uint will be converted to uint and gathered in a buffer block
|
D | vk.relaxed.errorcheck.frag | 7 // default uniforms will be gathered into a uniform block
|
D | vk.relaxed.errorcheck.vert | 5 // default uniforms will be gathered into a uniform block
|
D | vk.relaxed.link2.frag | 3 // default uniforms will be gathered into a uniform block
|
D | vk.relaxed.link1.frag | 5 // default uniforms will be gathered into a uniform block
|
D | vk.relaxed.stagelink.frag | 7 // default uniforms will be gathered into a uniform block
|
D | vk.relaxed.stagelink.vert | 5 // default uniforms will be gathered into a uniform block
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | README.txt | 6 seen nor worked with this MCU, all information was gathered from datasheet
|
/external/llvm/lib/Target/MSP430/ |
D | README.txt | 6 seen nor worked with this MCU, all information was gathered from datasheet
|
/external/llvm-project/llvm/lib/Target/MSP430/ |
D | README.txt | 6 seen nor worked with this MCU, all information was gathered from datasheet
|
/external/webrtc/test/fuzzers/corpora/ |
D | README | 14 - some manually gathered SDPs from Firefox and Opera
|
/external/tensorflow/tensorflow/lite/toco/logging/ |
D | toco_conversion_log.proto | 18 // TocoConversionLog contains the analytics to be gathered when user converts
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_profile_printer_data.proto | 22 // Describes how to pretty-print a profile counter array gathered for a specific
|
/external/clang/docs/ |
D | SanitizerStats.rst | 38 the function name. The third column is the type of statistic gathered (in
|
/external/llvm-project/clang/docs/ |
D | SanitizerStats.rst | 38 the function name. The third column is the type of statistic gathered (in
|
/external/e2fsprogs/ext2ed/ |
D | ext2ed.conf.in | 62 # total number of blocks are gathered from the ext2 filesystem itself.
|
/external/tensorflow/tensorflow/python/distribute/ |
D | cross_device_ops.py | 228 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/ |
D | float-vector-gather.ll | 2 ; NOTE: 4 floats is gathered into a v4f32 register using xxmrghw and xxmrgld
|
/external/perfetto/protos/perfetto/trace/ftrace/ |
D | ftrace_stats.proto | 21 // Per-CPU stats for the ftrace data source gathered from the kernel from
|
1234