OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slices_a
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
choose_fastest_dataset_test.py
69
def testChooseFastestErrorWithIncompatibleInput(self,
slices_a
, slices_b,
71
dataset_a = dataset_ops.Dataset.from_tensor_slices(
slices_a
)
/external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.cc
477
SliceSet
slices_a
= collect_slices(hlo_a);
local
482
return !
slices_a
.empty() && !slices_b.empty() &&
483
absl::c_none_of(
slices_a
, [&](const BufferAllocation::Slice& slice) {
[
all
...]
Completed in 470 milliseconds