Searched refs:b_idx (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/ |
D | graph_topology_view_test.cc | 74 const absl::optional<int> b_idx = graph_view.GetNodeIndex(*b_by_name); in TEST_F() local 75 ASSERT_TRUE(b_idx.has_value()); in TEST_F() 76 EXPECT_EQ(b_idx.value(), 1); in TEST_F()
|
/external/perfetto/src/trace_processor/db/ |
D | column.cc | 432 row_map().StableSort(out, [this](uint32_t a_idx, uint32_t b_idx) { in StableSort() argument 434 auto b_str = GetStringPoolStringAtIdx(b_idx); in StableSort() 442 row_map().StableSort(out, [](uint32_t a_idx, uint32_t b_idx) { in StableSort() argument 443 int res = compare::Numeric(a_idx, b_idx); in StableSort() 455 row_map().StableSort(out, [&nv](uint32_t a_idx, uint32_t b_idx) { in StableSortNumeric() argument 458 auto b_val = nv.Get(b_idx); in StableSortNumeric() 464 auto b_val = nv.GetNonNull(b_idx); in StableSortNumeric()
|
/external/tensorflow/tensorflow/core/util/sparse/ |
D | dim_comparator.h | 73 const TTypes<int64>::ConstMatrix& b_idx, in cmp() argument 77 const int64 b = b_idx(b_row, d); in cmp()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_find_array_copies.c | 343 const unsigned b_idx = const_b_idx ? nir_src_as_uint(b->arr.index) : 0; in try_match_deref() local 352 const_b_idx && b_idx == 0 && in try_match_deref() 370 (const_b_idx && const_d_idx && b_idx == d_idx)) in try_match_deref()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_conditional_accumulator.h | 410 inline int cmp(std::vector<int64>* a_idx, const Tensor* b_idx, in cmp() argument 413 const int64 b = b_idx->vec<int64>()(b_row); in cmp()
|
/external/perfetto/src/trace_processor/sqlite/ |
D | db_sqlite_table.cc | 203 uint32_t b_idx = static_cast<uint32_t>(b.column); in ModifyConstraints() local 205 const auto& b_col = schema.columns[b_idx]; in ModifyConstraints()
|