Searched refs:b_n (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_GatherV2.pbtxt | 38 output[a_0, ..., a_n, b_0, ..., b_n] = 39 params[a_0, ..., a_n, indices, b_0, ..., b_n] 42 output[a_0, ..., a_n, i, b_0, ..., b_n] = 43 params[a_0, ..., a_n, indices[i], b_0, ..., b_n] 46 output[a_0, ..., a_n, i, ..., j, b_0, ... b_n] = 47 params[a_0, ..., a_n, indices[i, ..., j], b_0, ..., b_n]
|
/external/perfetto/src/trace_processor/db/ |
D | compare.h | 82 inline int Bytes(const void* a, size_t a_n, const void* b, size_t b_n) { in Bytes() argument 83 int res = memcmp(a, b, std::min(a_n, b_n)); in Bytes() 86 static_cast<int64_t>(b_n)); in Bytes()
|
/external/rust/crates/plotters-backend/src/rasterizer/ |
D | path.rs | 18 let (b_t, b_n) = get_dir_vector(triple[2], triple[1], true); 25 f64::from(triple[1].0) + d * b_n.0, 26 f64::from(triple[1].1) + d * b_n.1,
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_generated_ops.td | 4988 output[a_0, ..., a_n, b_0, ..., b_n] = 4989 params[a_0, ..., a_n, indices, b_0, ..., b_n] 4992 output[a_0, ..., a_n, i, b_0, ..., b_n] = 4993 params[a_0, ..., a_n, indices[i], b_0, ..., b_n] 4996 output[a_0, ..., a_n, i, ..., j, b_0, ... b_n] = 4997 params[a_0, ..., a_n, indices[i, ..., j], b_0, ..., b_n]
|